Skip to content

Commit 67de7d6

Browse files
cleanup a little
1 parent f0d4c57 commit 67de7d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Include/internal/pycore_optimizer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ PyAPI_FUNC(void) _Py_Executors_InvalidateDependencyLockHeld(PyInterpreterState *
8282
PyAPI_FUNC(void) _Py_Executors_InvalidateAll(PyInterpreterState *interp, int is_invalidation);
8383
PyAPI_FUNC(void) _Py_Executors_InvalidateAllLockHeld(PyInterpreterState *interp, int is_invalidation);
8484
PyAPI_FUNC(void) _Py_Executors_InvalidateCold(PyThreadState *tstate);
85-
PyAPI_FUNC(void) _Py_Executors_ClearExecutorList(PyObject *invalidate, int is_invalidation);
8685
#else
8786
# define _Py_Executors_InvalidateDependency(A, B, C) ((void)0)
8887
# define _Py_Executors_InvalidateAll(A, B) ((void)0)

0 commit comments

Comments
 (0)