aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y11
1 files changed, 0 insertions, 11 deletions
diff --git a/parse.y b/parse.y
index 51c1b792c5..a76f30d15d 100644
--- a/parse.y
+++ b/parse.y
@@ -4326,17 +4326,6 @@ assoc_list : none
$$ = dispatch1(assoclist_from_args, $1);
%*/
}
- | args trailer
- {
- /*%%%*/
- if (nd_type($1) == NODE_ARRAY && $1->nd_alen%2 != 0) {
- yyerror("odd number list for Hash");
- }
- $$ = $1;
- /*%
- $$ = dispatch1(assoclist_from_args, $1);
- %*/
- }
;
assocs : assoc