diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-03-30 11:52:43 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-03-30 11:52:43 +0000 |
commit | 5e80365ee6ce4a1e6342df04f3c9f98c0fc7bc22 (patch) | |
tree | 85d22b95291ba919cb61032090684ea8ac7e60be /opcode.pl | |
parent | fdecdb95df591262b9afbfa09e74e71f92af065a (diff) | |
download | perl-5e80365ee6ce4a1e6342df04f3c9f98c0fc7bc22.tar.gz |
Remove the never-used numeric and character switch ops.
p4raw-id: //depot/perl@30785
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -829,9 +829,6 @@ leavewhen leave when block ck_null 1 break break ck_null 0 continue continue ck_null 0 -#nswitch numeric switch ck_null d -#cswitch character switch ck_null d - # I/O. open open ck_open ismt@ F S? L |