Skip to content

Commit 2ff072f

Browse files
authored
Delete unused macro (GH-114238)
1 parent b8f29b1 commit 2ff072f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Python/ceval_macros.h

-3
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,6 @@ static inline void _Py_LeaveRecursiveCallPy(PyThreadState *tstate) {
382382

383383
/* There's no STORE_IP(), it's inlined by the code generator. */
384384

385-
#define STORE_SP() \
386-
_PyFrame_SetStackPointer(frame, stack_pointer)
387-
388385
#define LOAD_SP() \
389386
stack_pointer = _PyFrame_GetStackPointer(frame);
390387

0 commit comments

Comments
 (0)