Remove st_functions_t

This commit is contained in:
Nobuyoshi Nakada 2023-06-16 22:14:50 +09:00
parent e02c7a7340
commit 3443e43b62
Notes: git 2023-06-24 10:17:56 +00:00
5 changed files with 26 additions and 38 deletions

View file

@ -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;