mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +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
 | ||||
| 	   an exception is set. */ | ||||
| 	PyObject *v, *v2, *v3; | ||||
| 	PyObject *v, *v2; | ||||
| 	long i, n; | ||||
| 	int type = r_byte(p); | ||||
| 	PyObject *retval; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Christian Heimes
						Christian Heimes