aboutsummaryrefslogtreecommitdiffstats
path: root/imemo.c
diff options
context:
space:
mode:
Diffstat (limited to 'imemo.c')
-rw-r--r--imemo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imemo.c b/imemo.c
index 0031b3322c..8403859146 100644
--- a/imemo.c
+++ b/imemo.c
@@ -274,7 +274,7 @@ rb_imemo_mark_and_move(VALUE obj, bool reference_updating)
{
switch (imemo_type(obj)) {
case imemo_ast:
- rb_ast_mark_and_move((rb_ast_t *)obj, reference_updating);
+ // TODO: Make AST decoupled from IMEMO
break;
case imemo_callcache: {