mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
remove READ_TIMESTAMP macro
This commit is contained in:
parent
4fd64b9a6a
commit
1cfe1d1f53
1 changed files with 0 additions and 3 deletions
|
@ -1213,9 +1213,6 @@ _PyEval_EvalFrameDefault(PyFrameObject *f, int throwflag)
|
|||
}
|
||||
#endif
|
||||
|
||||
/* Main switch on opcode */
|
||||
READ_TIMESTAMP(inst0);
|
||||
|
||||
switch (opcode) {
|
||||
|
||||
/* BEWARE!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue