summaryrefslogtreecommitdiff
path: root/ext/objspace
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2025-07-23 10:15:51 -0400
committerPeter Zhu <peter@peterzhu.ca>2025-07-24 09:49:13 -0400
commitf186f2cb70a2fe3c5a663a0a398b294347eee344 (patch)
tree765e04c1c942baedc4714358bf8216520172ac24 /ext/objspace
parent4c60e431e1fd8d196807c9d42cc0355cd339e1fc (diff)
Remove unused imemo_parser_strterm
Diffstat (limited to 'ext/objspace')
-rw-r--r--ext/objspace/objspace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c
index a61b1acbb4..8476c9b747 100644
--- a/ext/objspace/objspace.c
+++ b/ext/objspace/objspace.c
@@ -501,7 +501,6 @@ count_imemo_objects(int argc, VALUE *argv, VALUE self)
INIT_IMEMO_TYPE_ID(imemo_iseq);
INIT_IMEMO_TYPE_ID(imemo_tmpbuf);
INIT_IMEMO_TYPE_ID(imemo_ast);
- INIT_IMEMO_TYPE_ID(imemo_parser_strterm);
INIT_IMEMO_TYPE_ID(imemo_callinfo);
INIT_IMEMO_TYPE_ID(imemo_callcache);
INIT_IMEMO_TYPE_ID(imemo_constcache);