1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove duplicated column set

* parse.y : Column of resq is set by new_resbody, so
  this line is needless.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yui-knk 2017-10-29 22:12:08 +00:00
parent ba6a3f5f43
commit d5db205093

View file

@ -1386,7 +1386,6 @@ stmt : keyword_alias fitem {SET_LEX_STATE(EXPR_FNAME|EXPR_FITEM);} fitem
/*%%%*/
NODE *resq = new_resbody(0, remove_begin($3), 0, @1.first_column);
$$ = new_rescue(remove_begin($1), resq, 0, @1.first_column);
nd_set_column(resq, @1.first_column);
/*%
$$ = dispatch2(rescue_mod, $1, $3);
%*/