remove READ_TIMESTAMP macro

This commit is contained in:
Benjamin Peterson 2016-09-09 15:02:11 -07:00
parent 4fd64b9a6a
commit 1cfe1d1f53
1 changed files with 0 additions and 3 deletions

View File

@ -1213,9 +1213,6 @@ _PyEval_EvalFrameDefault(PyFrameObject *f, int throwflag)
}
#endif
/* Main switch on opcode */
READ_TIMESTAMP(inst0);
switch (opcode) {
/* BEWARE!