mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* bignum.c (bigmul1_toom3): remove unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									7c99a7df85
								
							
						
					
					
						commit
						0d6c591055
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								bignum.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								bignum.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -2279,7 +2279,7 @@ static VALUE bigdivrem(VALUE, VALUE, volatile VALUE*, volatile VALUE*);
 | 
			
		|||
static VALUE
 | 
			
		||||
bigmul1_toom3(VALUE x, VALUE y)
 | 
			
		||||
{
 | 
			
		||||
    long i, n, xn, yn, zn;
 | 
			
		||||
    long n, xn, yn, zn;
 | 
			
		||||
    VALUE x0, x1, x2, y0, y1, y2;
 | 
			
		||||
    VALUE u0, u1, u2, u3, u4, v1, v2, v3;
 | 
			
		||||
    VALUE z0, z1, z2, z3, z4, z, t;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue