summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/compile.c b/compile.c
index 06446bb36d..514398565a 100644
--- a/compile.c
+++ b/compile.c
@@ -2334,10 +2334,8 @@ defined_expr(rb_iseq_t *iseq, LINK_ANCHOR *ret,
/* variables */
case NODE_LVAR:
- estr = "local-variable";
- break;
case NODE_DVAR:
- estr = "local-variable(in-block)";
+ estr = "local-variable";
break;
case NODE_IVAR: