Drop unused variable.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 31 Oct 2011 08:05:10 +0000 (09:05 +0100)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 31 Oct 2011 08:05:10 +0000 (09:05 +0100)
Modules/zipimport.c

index 604363e7a96c03be1594069e3a95a38c45c46fc3..fd89e9b63441c804375d367589290c88cc24700b 100644 (file)
@@ -439,7 +439,6 @@ zipimporter_get_data(PyObject *obj, PyObject *args)
     ZipImporter *self = (ZipImporter *)obj;
     PyObject *path, *key;
 #ifdef ALTSEP
-    PyObject *tmp;
     _Py_IDENTIFIER(replace);
 #endif
     PyObject *toc_entry;