diff options
Diffstat (limited to 'ruby_parser.c')
-rw-r--r-- | ruby_parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ruby_parser.c b/ruby_parser.c index 2fbba418a3..c14b9893f0 100644 --- a/ruby_parser.c +++ b/ruby_parser.c @@ -362,7 +362,6 @@ static const rb_parser_config_t rb_global_parser_config = { .id2name = rb_id2name, .id2str = rb_id2str, .id2sym = rb_id2sym, - .sym2id = rb_sym2id, .str_catf = rb_str_catf, .str_cat_cstr = rb_str_cat_cstr, |