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
1
yjit/src/cruby_bindings.inc.rs
generated
1
yjit/src/cruby_bindings.inc.rs
generated
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue