[svk-commit] r2370 - in trunk: lib/SVK/Editor

nobody at bestpractical.com nobody at bestpractical.com
Wed Mar 28 07:34:06 EDT 2007


Author: clkao
Date: Wed Mar 28 07:34:05 2007
New Revision: 2370

Modified:
   trunk/   (props changed)
   trunk/lib/SVK/Editor/Copy.pm

Log:
 r8839 at ubuntu:  clkao | 2007-03-28 09:19:47 +0100
 incopy() was unused.


Modified: trunk/lib/SVK/Editor/Copy.pm
==============================================================================
--- trunk/lib/SVK/Editor/Copy.pm	(original)
+++ trunk/lib/SVK/Editor/Copy.pm	Wed Mar 28 07:34:05 2007
@@ -225,12 +225,6 @@
     return @arg;
 }
 
-sub incopy {
-    my ($self, $path) = @_;
-    return unless exists $self->{incopy}[-1];
-    return $path =~ m{^\Q$self->{incopy}[-1]{path}\E/};
-}
-
 sub outcopy {
     my ($self, $path) = @_;
     return unless exists $self->{incopy}[-1];


More information about the svk-commit mailing list