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

@ -405,7 +405,6 @@ pub const imemo_memo: imemo_type = 5;
pub const imemo_ment: imemo_type = 6;
pub const imemo_iseq: imemo_type = 7;
pub const imemo_tmpbuf: imemo_type = 8;
pub const imemo_ast: imemo_type = 9;
pub const imemo_callinfo: imemo_type = 10;
pub const imemo_callcache: imemo_type = 11;
pub const imemo_constcache: imemo_type = 12;