From: Martin v. Löwis Date: Mon, 31 Oct 2011 08:05:10 +0000 (+0100) Subject: Drop unused variable. X-Git-Tag: v3.3.0a1~1009 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5156f2ca9adb42208546b6f8f0be2adb4f24ebdc;p=thirdparty%2FPython%2Fcpython.git Drop unused variable. --- diff --git a/Modules/zipimport.c b/Modules/zipimport.c index 604363e7a96c..fd89e9b63441 100644 --- a/Modules/zipimport.c +++ b/Modules/zipimport.c @@ -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;