mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Remove unused variables.
This commit is contained in:
		
							parent
							
								
									67d999305f
								
							
						
					
					
						commit
						c2f6a58ffd
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		|  | @ -1566,7 +1566,7 @@ PyMethodDef array_methods[] = { | ||||||
| static PyObject * | static PyObject * | ||||||
| array_repr(arrayobject *a) | array_repr(arrayobject *a) | ||||||
| { | { | ||||||
| 	char buf[256], typecode; | 	char typecode; | ||||||
| 	PyObject *s, *v = NULL; | 	PyObject *s, *v = NULL; | ||||||
| 	Py_ssize_t len; | 	Py_ssize_t len; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -4006,7 +4006,6 @@ datetime_subtract(PyObject *left, PyObject *right) | ||||||
| static PyObject * | static PyObject * | ||||||
| datetime_repr(PyDateTime_DateTime *self) | datetime_repr(PyDateTime_DateTime *self) | ||||||
| { | { | ||||||
| 	char buffer[1000]; |  | ||||||
| 	const char *type_name = self->ob_type->tp_name; | 	const char *type_name = self->ob_type->tp_name; | ||||||
| 	PyObject *baserepr; | 	PyObject *baserepr; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Walter Dörwald
						Walter Dörwald