diff options
Diffstat (limited to 'Include/internal/pycore_ceval.h')
-rw-r--r-- | Include/internal/pycore_ceval.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Include/internal/pycore_ceval.h b/Include/internal/pycore_ceval.h index b29b496..45d26a3 100644 --- a/Include/internal/pycore_ceval.h +++ b/Include/internal/pycore_ceval.h @@ -59,11 +59,6 @@ extern PyObject* _PyEval_BuiltinsFromGlobals( PyObject *globals); -PyAPI_FUNC(PyObject *) _PyEval_EvalFrameDefault( - PyThreadState *tstate, - struct _PyInterpreterFrame *frame, - int throwflag); - static inline PyObject* _PyEval_EvalFrame(PyThreadState *tstate, struct _PyInterpreterFrame *frame, int throwflag) { |