From 5a176b75b1187cbd3861c387bde65ff66396a07c Mon Sep 17 00:00:00 2001 From: mame Date: Fri, 27 Oct 2017 16:02:34 +0000 Subject: Revert "Manage AST NODEs out of GC" This reverts commit 620ba74778bfdbdc34ffbb142d49ce84a0ef58e9. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal.h') diff --git a/internal.h b/internal.h index ad29434c7c..fb1f64bb9e 100644 --- a/internal.h +++ b/internal.h @@ -844,8 +844,7 @@ enum imemo_type { imemo_memo = 5, imemo_ment = 6, imemo_iseq = 7, - imemo_alloc = 8, - imemo_ast = 9 + imemo_alloc = 8 }; #define IMEMO_MASK 0x0f -- cgit v1.2.3