summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 64afb9b74f..c08cfe5b24 100644
--- a/parse.y
+++ b/parse.y
@@ -4355,7 +4355,6 @@ yylex()
else {
rb_compile_error("`@@%c' is not allowed as a class variable name", c);
}
- return 0;
}
if (!is_identchar(c)) {
pushback(c);