Remove unused functions from struct rb_parser_config_struct

This commit is contained in:
yui-knk 2024-04-20 12:08:36 +09:00 committed by Yuichiro Kaneko
parent d07df8567e
commit cee985ea83
3 changed files with 0 additions and 10 deletions

View file

@ -223,8 +223,6 @@
#define ruby_scan_digits p->config->scan_digits
#define strtod p->config->strtod
#undef RBOOL
#define RBOOL p->config->rbool
#undef RTEST
#define RTEST p->config->rtest
#undef NIL_P