From: Nicholas Clark <nick@ccl4.org>
Date: Fri, 30 Mar 2007 11:52:43 +0000 (+0000)
Subject: Remove the never-used numeric and character switch ops.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5e80365ee6ce4a1e6342df04f3c9f98c0fc7bc22;p=p5sagit%2Fp5-mst-13.2.git

Remove the never-used numeric and character switch ops.

p4raw-id: //depot/perl@30785
---

diff --git a/opcode.pl b/opcode.pl
index f90a6c9..7549844 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -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