From: Benjamin Peterson Date: Fri, 9 Sep 2016 22:02:11 +0000 (-0700) Subject: remove READ_TIMESTAMP macro X-Git-Tag: v3.6.0b1~164^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cfe1d1f53ab228295bac791cb958510a019fbd4;p=thirdparty%2FPython%2Fcpython.git remove READ_TIMESTAMP macro --- diff --git a/Python/ceval.c b/Python/ceval.c index 2d42fe28ee9a..ac482e137b20 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -1213,9 +1213,6 @@ _PyEval_EvalFrameDefault(PyFrameObject *f, int throwflag) } #endif - /* Main switch on opcode */ - READ_TIMESTAMP(inst0); - switch (opcode) { /* BEWARE!