]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove unused label
authorBenjamin Peterson <benjamin@python.org>
Sun, 2 Oct 2011 17:19:16 +0000 (13:19 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sun, 2 Oct 2011 17:19:16 +0000 (13:19 -0400)
Python/import.c

index 901b733480225e2ab8dd4e4fe26bb041735ad86f..9f094c0da08bf04593d52ca55724cf4523788e5b 100644 (file)
@@ -3174,7 +3174,6 @@ load_next(PyObject *mod, PyObject *altmod,
         }
     }
 
-out:
     PyMem_Free(nameuni);
     return result;