Remove unreachable "return 1" at end of ensure_fromlist().

This commit is contained in:
Guido van Rossum 1997-10-03 15:33:32 +00:00
parent aa9606f45a
commit a7f2e813c9
1 changed files with 1 additions and 1 deletions

View File

@ -1255,7 +1255,7 @@ ensure_fromlist(mod, fromlist, buf, buflen, recursive)
Py_DECREF(item);
}
return 1;
/* NOTREACHED */
}
static PyObject *