mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove SYM2ID for Parser
Ruby Parser not used SYM2ID. And sym2id property can be removed from Universal Parser.
This commit is contained in:
parent
e0591b666f
commit
975461bf88
Notes:
git
2025-01-06 11:18:05 +00:00
3 changed files with 0 additions and 4 deletions
|
@ -107,8 +107,6 @@
|
|||
#define rb_id2str p->config->id2str
|
||||
#undef ID2SYM
|
||||
#define ID2SYM p->config->id2sym
|
||||
#undef SYM2ID
|
||||
#define SYM2ID p->config->sym2id
|
||||
|
||||
#define rb_str_catf p->config->str_catf
|
||||
#undef rb_str_cat_cstr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue