]> granicus.if.org Git - python/commitdiff
Remove unreachable "return 1" at end of ensure_fromlist().
authorGuido van Rossum <guido@python.org>
Fri, 3 Oct 1997 15:33:32 +0000 (15:33 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 3 Oct 1997 15:33:32 +0000 (15:33 +0000)
Python/import.c

index 579c24977c1733cb1e07405665a5ac8e3d5bc0bc..63bda7977db3f4a0ce7b0feb718180ccba6f5bc0 100644 (file)
@@ -1255,7 +1255,7 @@ ensure_fromlist(mod, fromlist, buf, buflen, recursive)
                Py_DECREF(item);
        }
 
-       return 1;
+       /* NOTREACHED */
 }
 
 static PyObject *