Guard an LLTRACE variable to silence an unused variable warning.
This commit is contained in:
parent
2247775bfa
commit
368b4b7405
|
@ -822,7 +822,9 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
|
|||
PyObject *names;
|
||||
PyObject *consts;
|
||||
|
||||
#ifdef LLTRACE
|
||||
_Py_IDENTIFIER(__ltrace__);
|
||||
#endif
|
||||
|
||||
/* Computed GOTOs, or
|
||||
the-optimization-commonly-but-improperly-known-as-"threaded code"
|
||||
|
|
Loading…
Reference in New Issue