mirror of https://github.com/python/cpython
Remove unreachable "return 1" at end of ensure_fromlist().
This commit is contained in:
parent
aa9606f45a
commit
a7f2e813c9
|
@ -1255,7 +1255,7 @@ ensure_fromlist(mod, fromlist, buf, buflen, recursive)
|
|||
Py_DECREF(item);
|
||||
}
|
||||
|
||||
return 1;
|
||||
/* NOTREACHED */
|
||||
}
|
||||
|
||||
static PyObject *
|
||||
|
|
Loading…
Reference in New Issue