Close #19199: Remove `PyThreadState.tick_counter` field

This commit is contained in:
Victor Stinner 2013-10-09 14:53:01 +02:00
parent 210871db72
commit 8d19767403
5 changed files with 4 additions and 13 deletions

View file

@ -1247,7 +1247,6 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
a try: finally: block uninterruptible. */
goto fast_next_opcode;
}
tstate->tick_counter++;
#ifdef WITH_TSC
ticked = 1;
#endif