Guard an LLTRACE variable to silence an unused variable warning.

This commit is contained in:
Brett Cannon 2012-04-02 12:17:59 -04:00
parent 2247775bfa
commit 368b4b7405
1 changed files with 2 additions and 0 deletions

View File

@ -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"