Remove SYM2ID for Parser

Ruby Parser not used SYM2ID.
And sym2id property can be removed from Universal Parser.
This commit is contained in:
S-H-GAMELINKS 2025-01-04 13:42:22 +09:00 committed by Nobuyoshi Nakada
parent e0591b666f
commit 975461bf88
Notes: git 2025-01-06 11:18:05 +00:00
3 changed files with 0 additions and 4 deletions

View file

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