mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Remove unused variable.
This commit is contained in:
		
							parent
							
								
									8d75161671
								
							
						
					
					
						commit
						7eb883a18e
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -225,7 +225,6 @@ newcodeobject(argcount, nlocals, stacksize, flags, | ||||||
| 	/* Intern selected string constants */ | 	/* Intern selected string constants */ | ||||||
| 	for (i = gettuplesize(consts); --i >= 0; ) { | 	for (i = gettuplesize(consts); --i >= 0; ) { | ||||||
| 		object *v = gettupleitem(consts, i); | 		object *v = gettupleitem(consts, i); | ||||||
| 		int n; |  | ||||||
| 		char *p; | 		char *p; | ||||||
| 		if (!is_stringobject(v)) | 		if (!is_stringobject(v)) | ||||||
| 			continue; | 			continue; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum