mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Get rid of unused vars in builtin_unicode (they were causing
legit warnings).
This commit is contained in:
		
							parent
							
								
									3cf4d2b3ea
								
							
						
					
					
						commit
						4be47c0f76
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -148,8 +148,6 @@ builtin_unicode(self, args) | |||
| 	PyObject *args; | ||||
| { | ||||
|         PyObject *v; | ||||
| 	const void *buffer; | ||||
| 	int len; | ||||
| 	char *encoding = NULL; | ||||
| 	char *errors = NULL; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Peters
						Tim Peters