summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-12-28 09:20:43 +0000
committerNicholas Clark <nick@ccl4.org>2010-12-28 10:03:48 +0000
commitb42db14f8a2947a46ffdc12c9552476f4a19f2ba (patch)
treee9239c19f79e064e06ddcf75fc7d4571a9b7fb7b /regen
parent831e4cc39fb21ae91f3e1e38353c1f0efa8f6761 (diff)
downloadperl-b42db14f8a2947a46ffdc12c9552476f4a19f2ba.tar.gz
Remove OP_phoney_{IN,OUT}PUT_ONLY, as they are no longer used or supported.
Diffstat (limited to 'regen')
-rwxr-xr-xregen/opcode.pl2
1 files changed, 0 insertions, 2 deletions
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.