Commit a7f2e813 authored by Guido van Rossum's avatar Guido van Rossum

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

parent aa9606f4
......@@ -1255,7 +1255,7 @@ ensure_fromlist(mod, fromlist, buf, buflen, recursive)
Py_DECREF(item);
}
return 1;
/* NOTREACHED */
}
static PyObject *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment