Remove unused function from struct rb_parser_config_struct

This commit is contained in:
yui-knk 2024-04-10 18:30:20 +09:00 committed by Yuichiro Kaneko
parent 76732b3e7b
commit 87ad5ca3ca
3 changed files with 0 additions and 4 deletions

View file

@ -245,8 +245,6 @@
#define Qtrue p->config->qtrue
#undef Qfalse
#define Qfalse p->config->qfalse
#undef Qundef
#define Qundef p->config->qundef
#define rb_eArgError p->config->eArgError()
#undef rb_long2int
#define rb_long2int p->config->long2int