no one passes NULL here (or should anyway)

This commit is contained in:
Benjamin Peterson 2011-07-03 17:06:32 -05:00
parent 878802435d
commit 9bfd0dee9b

View file

@ -1115,9 +1115,6 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
/* Start of code */
if (f == NULL)
return NULL;
/* push frame */
if (Py_EnterRecursiveCall(""))
return NULL;