Get rid of obsolete ACCESS_MODE opcode.

This commit is contained in:
Guido van Rossum 1997-05-09 00:39:04 +00:00
parent 1aceb056d6
commit 6a33de9526
1 changed files with 0 additions and 1 deletions

View File

@ -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 /* "" */