Get rid of imemo_ast

It has been marked as obsolete for a while and I see no reason
to keep it.
This commit is contained in:
Jean Boussier 2025-07-29 11:56:11 +02:00
parent d4020dd5fa
commit 7ee127d2d1
6 changed files with 0 additions and 18 deletions

View file

@ -37,7 +37,6 @@ enum imemo_type {
imemo_ment = 6,
imemo_iseq = 7,
imemo_tmpbuf = 8,
imemo_ast = 9, // Obsolete due to the universal parser
imemo_callinfo = 10,
imemo_callcache = 11,
imemo_constcache = 12,