mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* insns.def (concatarray): removed unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
55789617ae
commit
140d43a73f
1 changed files with 0 additions and 1 deletions
|
@ -498,7 +498,6 @@ concatarray
|
|||
(VALUE ary1, VALUE ary2st)
|
||||
(VALUE ary)
|
||||
{
|
||||
const VALUE *sp = GET_SP();
|
||||
const VALUE ary2 = ary2st;
|
||||
VALUE tmp1 = rb_check_convert_type(ary1, T_ARRAY, "Array", "to_a");
|
||||
VALUE tmp2 = rb_check_convert_type(ary2, T_ARRAY, "Array", "to_a");
|
||||
|
|
Loading…
Reference in a new issue