diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-12-28 09:20:43 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-12-28 10:03:48 +0000 |
commit | b42db14f8a2947a46ffdc12c9552476f4a19f2ba (patch) | |
tree | e9239c19f79e064e06ddcf75fc7d4571a9b7fb7b /opnames.h | |
parent | 831e4cc39fb21ae91f3e1e38353c1f0efa8f6761 (diff) | |
download | perl-b42db14f8a2947a46ffdc12c9552476f4a19f2ba.tar.gz |
Remove OP_phoney_{IN,OUT}PUT_ONLY, as they are no longer used or supported.
Diffstat (limited to 'opnames.h')
-rw-r--r-- | opnames.h | 3 |
1 files changed, 0 insertions, 3 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 |