summaryrefslogtreecommitdiff
path: root/ruby_parser.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-16 22:14:50 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-24 19:17:37 +0900
commit3443e43b625f4ba1821a101df9cdfd88347fbe6c (patch)
treef6cb31c7ce203ae424c4eb7648544da1f67b043d /ruby_parser.c
parente02c7a7340f293ff4d6d6fc799bca485a257836e (diff)
Remove `st_functions_t`
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7956
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 42c267fbdf..94c2c1f4ec 100644
--- a/ruby_parser.c
+++ b/ruby_parser.c
@@ -576,8 +576,6 @@ rb_parser_config_initialize(rb_parser_config_t *config)
{
config->counter = 0;
- config->st_functions.nonempty_memcpy = nonempty_memcpy;
-
config->malloc = ruby_xmalloc;
config->calloc = ruby_xcalloc;
config->realloc = ruby_xrealloc;