bpo-46841: remove no-longer-used macro UPDATE_PREV_INSTR_OPARG (GH-32100)

This commit is contained in:
Irit Katriel 2022-03-24 18:54:35 +00:00 committed by GitHub
parent 12c0012cf9
commit 2f49b97cc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1433,8 +1433,6 @@ eval_frame_handle_pending(PyThreadState *tstate)
#define DEOPT_IF(cond, instname) if (cond) { goto instname ## _miss; }
#define UPDATE_PREV_INSTR_OPARG(instr, oparg) ((uint8_t*)(instr))[-1] = (oparg)
#define GLOBALS() frame->f_globals
#define BUILTINS() frame->f_builtins