summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorydah <t.yudai92@gmail.com>2025-03-08 21:12:28 +0900
committerYudai Takada <t.yudai92@gmail.com>2025-03-08 22:20:11 +0900
commit24945defa57ca2a12e5d2773552e9b156ad6ecf0 (patch)
tree1eb5223d971f1e3793dbf285afc60c98d74c8e85 /parse.y
parenta14d9b8d5777b05e288b412bcdef609f05389fd7 (diff)
Remove redundant semantic action in bvar rule
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12883
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y3
1 files changed, 0 insertions, 3 deletions
diff --git a/parse.y b/parse.y
index 4bca901fc3..fff201bc24 100644
--- a/parse.y
+++ b/parse.y
@@ -5091,9 +5091,6 @@ bvar : tIDENTIFIER
/*% ripper: $:1 %*/
}
| f_bad_arg
- {
- $$ = 0;
- }
;
max_numparam : {