diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-06-16 22:14:50 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-06-24 19:17:37 +0900 |
commit | 3443e43b625f4ba1821a101df9cdfd88347fbe6c (patch) | |
tree | f6cb31c7ce203ae424c4eb7648544da1f67b043d /ruby_parser.c | |
parent | e02c7a7340f293ff4d6d6fc799bca485a257836e (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.c | 2 |
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; |