Trim out leftover hunk from prior resolve conflict
Charles Bailey [Mon, 13 Mar 2000 03:54:09 +0000 (03:54 +0000)]
p4raw-id: //depot/vmsperl@5695

lib/File/Spec/VMS.pm

index cf048c5..28c1050 100644 (file)
@@ -142,13 +142,6 @@ sub canonpath {
       else          { return vmsify($path);  }
     }
     else {
->>>> ORIGINAL VMS.pm#13
-      $path =~ s-\]\[--g;  $path =~ s/><//g;         # foo.][bar       ==> foo.bar
-      $path =~ s/([\[<])000000\./$1/;                # [000000.foo     ==> foo
-      if ($reduce_ricochet) { 
-        $path =~ s/\.[^\[<\.]+\.-([\]\>])/$1/g;
-        $path =~ s/([\[<\.])([^\[<\.]+)\.-\.?/$1/g;
-      }
       $path =~ s-\]\[--g;  $path =~ s/><//g;            # foo.][bar       ==> foo.bar
       $path =~ s/([\[<])000000\./$1/;                   # [000000.foo     ==> foo
       1 while $path =~ s{-\.-}{--};                     # -.-             ==> --