mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove rb_obj_as_string for Parser
Ruby Parser not used rb_obj_as_string. And obj_as_string property can be removed from Universal Parser.
This commit is contained in:
parent
6d3951e788
commit
5c95898e93
Notes:
git
2025-01-20 14:53:12 +00:00
3 changed files with 0 additions and 3 deletions
|
@ -374,7 +374,6 @@ static const rb_parser_config_t rb_global_parser_config = {
|
|||
.rb_sprintf = rb_sprintf,
|
||||
.rstring_ptr = RSTRING_PTR,
|
||||
.rstring_len = RSTRING_LEN,
|
||||
.obj_as_string = rb_obj_as_string,
|
||||
|
||||
.int2num = rb_int2num_inline,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue