aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y4
1 files changed, 0 insertions, 4 deletions
diff --git a/parse.y b/parse.y
index 6cfb9421d2..b1474b8eac 100644
--- a/parse.y
+++ b/parse.y
@@ -3482,11 +3482,7 @@ f_larglist : '(' f_args opt_bv_decl ')'
}
| f_args
{
- /*%%%*/
- $$ = $1;
- /*%
$$ = $1;
- %*/
}
;