summaryrefslogtreecommitdiff
path: root/ruby_parser.c
diff options
context:
space:
mode:
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 6aaa867c16..da89968a74 100644
--- a/ruby_parser.c
+++ b/ruby_parser.c
@@ -566,8 +566,6 @@ rb_parser_config_initialize(rb_parser_config_t *config)
config->new_strterm = new_strterm;
config->strterm_is_heredoc = strterm_is_heredoc;
- config->tmpbuf_auto_free_pointer = rb_imemo_tmpbuf_auto_free_pointer;
- config->tmpbuf_set_ptr = rb_imemo_tmpbuf_set_ptr;
config->tmpbuf_parser_heap = tmpbuf_parser_heap;
config->ast_new = ast_new;