[Python-checkins] cpython: Drop unused variable.

martin.v.loewis python-checkins at python.org
Mon Oct 31 09:05:18 CET 2011


http://hg.python.org/cpython/rev/101919aba8d6
changeset:   73238:101919aba8d6
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Mon Oct 31 09:05:10 2011 +0100
summary:
  Drop unused variable.

files:
  Modules/zipimport.c |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Modules/zipimport.c b/Modules/zipimport.c
--- 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;

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list