summaryrefslogtreecommitdiff
path: root/ruby_parser.c
diff options
context:
space:
mode:
authoryui-knk <[email protected]>2024-04-06 19:09:36 +0900
committerYuichiro Kaneko <[email protected]>2024-04-06 22:03:26 +0900
commit0b4db711dd43ea437093428ea72a08a2a6ef9f88 (patch)
tree86fbc1df9ac5f294aac6355de6c3b16b0cbc0bb2 /ruby_parser.c
parent02f5e627a49c28beb421c869e4e1d4525d59d8ac (diff)
Remove unused function from `struct rb_parser_config_struct`
Diffstat (limited to 'ruby_parser.c')
-rw-r--r--ruby_parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ruby_parser.c b/ruby_parser.c
index b3617d5b5b..76dfa3b7be 100644
--- a/ruby_parser.c
+++ b/ruby_parser.c
@@ -483,7 +483,6 @@ static const rb_parser_config_t rb_global_parser_config = {
.filesystem_str_new_cstr = rb_filesystem_str_new_cstr,
.obj_as_string = rb_obj_as_string,
- .num2int = rb_num2int_inline,
.int2num = rb_int2num_inline,
.stderr_tty_p = rb_stderr_tty_p,