commit | 5156f2ca9adb42208546b6f8f0be2adb4f24ebdc | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Oct 31 09:05:10 2011 +0100 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Oct 31 09:05:10 2011 +0100 |
tree | d007ca2d64d0a4b5f52467c2c004432c6aa3a43c | |
parent | cfa61292767db16bff6bb5c564a802b3e1e7f521 [diff] |
Drop unused variable.
diff --git a/Modules/zipimport.c b/Modules/zipimport.c index 604363e..fd89e9b 100644 --- a/Modules/zipimport.c +++ b/Modules/zipimport.c
@@ -439,7 +439,6 @@ ZipImporter *self = (ZipImporter *)obj; PyObject *path, *key; #ifdef ALTSEP - PyObject *tmp; _Py_IDENTIFIER(replace); #endif PyObject *toc_entry;