aboutsummaryrefslogtreecommitdiffstats
path: root/universal_parser.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-13 19:07:31 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-14 11:08:43 +0900
commita075c55d0c29fa5c99c5a3b6f25540cf14ddaefd (patch)
tree3aa2f36ad3d178c7045944f4687c90c9fd088ca6 /universal_parser.c
parentcb06b6632a0d6e33522d75cab7836ff457a452b5 (diff)
downloadruby-a075c55d0c29fa5c99c5a3b6f25540cf14ddaefd.tar.gz
Manage `rb_strterm_t` without imemo
Diffstat (limited to 'universal_parser.c')
-rw-r--r--universal_parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/universal_parser.c b/universal_parser.c
index 9678597639..14759ad56f 100644
--- a/universal_parser.c
+++ b/universal_parser.c
@@ -111,8 +111,6 @@ struct rb_imemo_tmpbuf_struct {
#undef MEMCPY
#define MEMCPY(p1,p2,type,n) (p->config->nonempty_memcpy((p1), (p2), sizeof(type), (n)))
-#define new_strterm p->config->new_strterm
-#define strterm_is_heredoc p->config->strterm_is_heredoc
#define rb_imemo_tmpbuf_parser_heap p->config->tmpbuf_parser_heap
#define compile_callback p->config->compile_callback