[Python-checkins] cpython: remove READ_TIMESTAMP macro

benjamin.peterson python-checkins at python.org
Fri Sep 9 18:02:33 EDT 2016


https://hg.python.org/cpython/rev/0fa2172f4260
changeset:   103475:0fa2172f4260
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Sep 09 15:02:11 2016 -0700
summary:
  remove READ_TIMESTAMP macro

files:
  Python/ceval.c |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Python/ceval.c b/Python/ceval.c
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -1213,9 +1213,6 @@
         }
 #endif
 
-        /* Main switch on opcode */
-        READ_TIMESTAMP(inst0);
-
         switch (opcode) {
 
         /* BEWARE!

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list