Skip to content

Commit fe35a66

Browse files
markshannonaisk
authored andcommitted
Delete unused macro (pythonGH-114238)
1 parent 6f92460 commit fe35a66

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Python/ceval_macros.h

Lines changed: 0 additions & 3 deletions
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)