diff options
-rw-r--r-- | opnames.h | 3 | ||||
-rwxr-xr-x | regen/opcode.pl | 2 |
2 files changed, 0 insertions, 5 deletions
@@ -389,9 +389,6 @@ typedef enum opcode { } opcode; #define MAXO 370 -#define OP_phoney_INPUT_ONLY -1 -#define OP_phoney_OUTPUT_ONLY -2 - /* the OP_IS_(SOCKET|FILETEST) macros are optimized to a simple range check because all the member OPs are contiguous in opcode.pl diff --git a/regen/opcode.pl b/regen/opcode.pl index 4b6bb92306..b8887c2ba7 100755 --- a/regen/opcode.pl +++ b/regen/opcode.pl @@ -175,8 +175,6 @@ for (@ops) { print $on "\t", &tab(3,"OP_max"), "\n"; print $on "} opcode;\n"; print $on "\n#define MAXO ", scalar @ops, "\n"; -print $on "#define OP_phoney_INPUT_ONLY -1\n"; -print $on "#define OP_phoney_OUTPUT_ONLY -2\n\n"; # Emit op names and descriptions. |