diff options
Diffstat (limited to 'Include/ceval.h')
-rw-r--r-- | Include/ceval.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/ceval.h b/Include/ceval.h index f441197..9c77a85 100644 --- a/Include/ceval.h +++ b/Include/ceval.h @@ -40,8 +40,6 @@ PyAPI_FUNC(int) PyEval_GetRestricted(void); flag was set, else return 0. */ PyAPI_FUNC(int) PyEval_MergeCompilerFlags(PyCompilerFlags *cf); -PyAPI_FUNC(int) Py_FlushLine(void); - PyAPI_FUNC(int) Py_AddPendingCall(int (*func)(void *), void *arg); PyAPI_FUNC(int) Py_MakePendingCalls(void); |