mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
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:
parent
d4020dd5fa
commit
7ee127d2d1
6 changed files with 0 additions and 18 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue