Remove unused functions from struct rb_parser_config_struct

StringValueCStr has not used in parse.y
This commit is contained in:
S-H-GAMELINKS 2024-05-09 23:48:03 +09:00 committed by Nobuyoshi Nakada
parent ae203984ff
commit 0cc5f77c07
3 changed files with 0 additions and 4 deletions

View file

@ -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,