diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2025-07-23 10:15:51 -0400 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2025-07-24 09:49:13 -0400 |
| commit | f186f2cb70a2fe3c5a663a0a398b294347eee344 (patch) | |
| tree | 765e04c1c942baedc4714358bf8216520172ac24 /internal | |
| parent | 4c60e431e1fd8d196807c9d42cc0355cd339e1fc (diff) | |
Remove unused imemo_parser_strterm
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/imemo.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/internal/imemo.h b/internal/imemo.h index a7e01f31e1..dcea997ae8 100644 --- a/internal/imemo.h +++ b/internal/imemo.h @@ -38,11 +38,10 @@ enum imemo_type { imemo_iseq = 7, imemo_tmpbuf = 8, imemo_ast = 9, // Obsolete due to the universal parser - imemo_parser_strterm = 10, - imemo_callinfo = 11, - imemo_callcache = 12, - imemo_constcache = 13, - imemo_fields = 14, + imemo_callinfo = 10, + imemo_callcache = 11, + imemo_constcache = 12, + imemo_fields = 13, }; /* CREF (Class REFerence) is defined in method.h */ |
