mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove unused functions from struct rb_parser_config_struct
StringValueCStr has not used in parse.y
This commit is contained in:
parent
ae203984ff
commit
0cc5f77c07
3 changed files with 0 additions and 4 deletions
|
@ -381,7 +381,6 @@ static const rb_parser_config_t rb_global_parser_config = {
|
|||
.is_ascii_string = is_ascii_string2,
|
||||
.enc_str_new = enc_str_new,
|
||||
.str_vcatf = rb_str_vcatf,
|
||||
.string_value_cstr = rb_string_value_cstr,
|
||||
.rb_sprintf = rb_sprintf,
|
||||
.rstring_ptr = RSTRING_PTR,
|
||||
.rstring_end = RSTRING_END,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue