[Python-checkins] cpython: remove unused label

benjamin.peterson python-checkins at python.org
Sun Oct 2 19:19:34 CEST 2011


http://hg.python.org/cpython/rev/e5019967a60a
changeset:   72584:e5019967a60a
parent:      72582:175cd2a51ea9
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Oct 02 13:19:16 2011 -0400
summary:
  remove unused label

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


diff --git a/Python/import.c b/Python/import.c
--- a/Python/import.c
+++ b/Python/import.c
@@ -3174,7 +3174,6 @@
         }
     }
 
-out:
     PyMem_Free(nameuni);
     return result;
 

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


More information about the Python-checkins mailing list