mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove st_functions_t
This commit is contained in:
parent
e02c7a7340
commit
3443e43b62
Notes:
git
2023-06-24 10:17:56 +00:00
5 changed files with 26 additions and 38 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue