summaryrefslogtreecommitdiff
path: root/ruby_parser.c
diff options
context:
space:
mode:
authoryui-knk <[email protected]>2024-04-04 14:52:34 +0900
committerYuichiro Kaneko <[email protected]>2024-04-04 19:13:03 +0900
commitcfd48adb2f31c697deed7adb404de959fb222436 (patch)
tree354cdc7d4d39ed4ad5337a315efa99c3d1c85ae1 /ruby_parser.c
parent184db1fd6ab04cff2721c1e634e6ff31519fcd28 (diff)
Remove unused function from `struct rb_parser_config_struct`
Diffstat (limited to 'ruby_parser.c')
-rw-r--r--ruby_parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ruby_parser.c b/ruby_parser.c
index 1d6c2200fe..f9f5efd110 100644
--- a/ruby_parser.c
+++ b/ruby_parser.c
@@ -573,8 +573,6 @@ static const rb_parser_config_t rb_global_parser_config = {
.enc_isascii = enc_isascii,
.enc_mbc_to_codepoint = enc_mbc_to_codepoint,
- .ractor_make_shareable = rb_ractor_make_shareable,
-
.local_defined = local_defined,
.dvar_defined = dvar_defined,