mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Delete unused macro (GH-114238)
This commit is contained in:
parent
b8f29b1293
commit
2ff072f21f
1 changed files with 0 additions and 3 deletions
|
@ -382,9 +382,6 @@ static inline void _Py_LeaveRecursiveCallPy(PyThreadState *tstate) {
|
|||
|
||||
/* There's no STORE_IP(), it's inlined by the code generator. */
|
||||
|
||||
#define STORE_SP() \
|
||||
_PyFrame_SetStackPointer(frame, stack_pointer)
|
||||
|
||||
#define LOAD_SP() \
|
||||
stack_pointer = _PyFrame_GetStackPointer(frame);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue