mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	Removed unused var
This commit is contained in:
		
							parent
							
								
									4d4f270941
								
							
						
					
					
						commit
						67ac0667f0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -508,7 +508,7 @@ r_object(RFILE *p)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* NULL is a valid return value, it does not necessarily means that
 | 
						/* NULL is a valid return value, it does not necessarily means that
 | 
				
			||||||
	   an exception is set. */
 | 
						   an exception is set. */
 | 
				
			||||||
	PyObject *v, *v2, *v3;
 | 
						PyObject *v, *v2;
 | 
				
			||||||
	long i, n;
 | 
						long i, n;
 | 
				
			||||||
	int type = r_byte(p);
 | 
						int type = r_byte(p);
 | 
				
			||||||
	PyObject *retval;
 | 
						PyObject *retval;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue