From: Guido van Rossum Date: Fri, 9 May 1997 00:39:04 +0000 (+0000) Subject: Get rid of obsolete ACCESS_MODE opcode. X-Git-Tag: v1.5a1~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a33de9526873cb1b6d8d5da9cc23c6cab153738;p=thirdparty%2FPython%2Fcpython.git Get rid of obsolete ACCESS_MODE opcode. --- diff --git a/Include/opcode.h b/Include/opcode.h index 366b283a0361..52c8744cf22a 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -115,7 +115,6 @@ PERFORMANCE OF THIS SOFTWARE. #define COMPARE_OP 106 /* Comparison operator */ #define IMPORT_NAME 107 /* Index in name list */ #define IMPORT_FROM 108 /* Index in name list */ -#define ACCESS_MODE 109 /* Name (mode is int on top of stack) */ #define JUMP_FORWARD 110 /* Number of bytes to skip */ #define JUMP_IF_FALSE 111 /* "" */