[win32] undo change#1077
Gurusamy Sarathy [Tue, 9 Jun 1998 00:52:23 +0000 (00:52 +0000)]
p4raw-link: @1077 on //depot/win32/perl: f229af35cbeeb711332db494d3b7c19457cc03c3

p4raw-id: //depot/win32/perl@1078

sv.c

diff --git a/sv.c b/sv.c
index f75df56..f5a979a 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -1913,7 +1913,6 @@ sv_setsv(SV *dstr, register SV *sstr)
     /* There's a lot of redundancy below but we're going for speed here */
 
     switch (stype) {
-    case SVTYPEMASK:           /* forget, forgive, forgo, free radical */
     case SVt_NULL:
        if (dtype != SVt_PVGV) {
            (void)SvOK_off(dstr);