diff options
author | yui-knk <[email protected]> | 2024-04-04 14:52:34 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-04-04 19:13:03 +0900 |
commit | cfd48adb2f31c697deed7adb404de959fb222436 (patch) | |
tree | 354cdc7d4d39ed4ad5337a315efa99c3d1c85ae1 /universal_parser.c | |
parent | 184db1fd6ab04cff2721c1e634e6ff31519fcd28 (diff) |
Remove unused function from `struct rb_parser_config_struct`
Diffstat (limited to 'universal_parser.c')
-rw-r--r-- | universal_parser.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/universal_parser.c b/universal_parser.c index 56d2c4cb15..1291b487c5 100644 --- a/universal_parser.c +++ b/universal_parser.c @@ -214,8 +214,6 @@ #define ENCODING_IS_ASCII8BIT p->config->encoding_is_ascii8bit #define rb_usascii_encoding p->config->usascii_encoding -#define rb_ractor_make_shareable p->config->ractor_make_shareable - #define rb_local_defined p->config->local_defined #define rb_dvar_defined p->config->dvar_defined |