summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/parse.y b/parse.y
index d0a106b5f8..85f054b7b2 100644
--- a/parse.y
+++ b/parse.y
@@ -1733,8 +1733,6 @@ then : term
| ':'
{
rb_warn("colon will be obsoleted; use semicolon");
- value_expr($1);
- $$ = $1;
}
| kTHEN
| term kTHEN