Skip to content

Commit 2edb534

Browse files
committed
remove redundant _Py_jit_entry declaration in _testinternalcapi
1 parent ec9b775 commit 2edb534

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Modules/_testinternalcapi/interpreter.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ stop_tracing_and_jit(PyThreadState *tstate, _PyInterpreterFrame *frame)
2121
}
2222
#endif
2323

24-
extern _PyJitEntryFuncPtr _Py_jit_entry;
25-
2624
#if _Py_TAIL_CALL_INTERP
2725
#include "test_targets.h"
2826
#include "test_cases.c.h"

0 commit comments

Comments
 (0)