mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove unused functions from struct rb_parser_config_struct
This commit is contained in:
parent
f5d89267c4
commit
ebaa87f626
4 changed files with 0 additions and 28 deletions
1
node.c
1
node.c
|
@ -81,7 +81,6 @@ rb_node_buffer_new(void)
|
|||
#define xfree ast->node_buffer->config->free
|
||||
#define rb_xmalloc_mul_add ast->node_buffer->config->xmalloc_mul_add
|
||||
#define ruby_xrealloc(var,size) (ast->node_buffer->config->realloc_n((void *)var, 1, size))
|
||||
#define rb_gc_mark_and_move ast->node_buffer->config->gc_mark_and_move
|
||||
#endif
|
||||
|
||||
typedef void node_itr_t(rb_ast_t *ast, void *ctx, NODE *node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue