Browse Source

remove READ_TIMESTAMP macro

pull/9921/head
Benjamin Peterson 10 years ago
parent
commit
1cfe1d1f53
  1. 3
      Python/ceval.c

3
Python/ceval.c

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

Loading…
Cancel
Save