summaryrefslogtreecommitdiff
path: root/ruby_parser.c
diff options
context:
space:
mode:
authorS-H-GAMELINKS <[email protected]>2024-05-09 23:48:03 +0900
committerNobuyoshi Nakada <[email protected]>2024-06-02 09:50:43 +0900
commit0cc5f77c07d964bb308e29ecb8e5b4ee81aa26d1 ()
treebc37110f4259d8a9bd7b58b4f53eeeaf2b517331 /ruby_parser.c
parentae203984ff65c5cf3b152c26e3220744e05047d8 (diff)
Remove unused functions from struct rb_parser_config_struct
StringValueCStr has not used in parse.y
-rw-r--r--ruby_parser.c1
1 files changed, 0 insertions, 1 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,