mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	merges r28146 from trunk into ruby_1_9_2.
-- * insns.def (concatarray): removed unused variable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									3cc8da5f8c
								
							
						
					
					
						commit
						40a47b1ab5
					
				
					 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…
	
	Add table
		Add a link
		
	
		Reference in a new issue