parse.y: duplicate code

* parse.y (f_larglist): remove duplicate code in ripper.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-09-19 07:59:05 +00:00
parent 55e73bdf3a
commit eb568bdee6

View File

@ -3482,11 +3482,7 @@ f_larglist : '(' f_args opt_bv_decl ')'
} }
| f_args | f_args
{ {
/*%%%*/
$$ = $1; $$ = $1;
/*%
$$ = $1;
%*/
} }
; ;