remove READ_TIMESTAMP macro
This commit is contained in:
parent
4fd64b9a6a
commit
1cfe1d1f53
|
@ -1213,9 +1213,6 @@ _PyEval_EvalFrameDefault(PyFrameObject *f, int throwflag)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Main switch on opcode */
|
|
||||||
READ_TIMESTAMP(inst0);
|
|
||||||
|
|
||||||
switch (opcode) {
|
switch (opcode) {
|
||||||
|
|
||||||
/* BEWARE!
|
/* BEWARE!
|
||||||
|
|
Loading…
Reference in New Issue