[svk-commit] r2802 - branches/path-resolver/lib/SVK

nobody at bestpractical.com nobody at bestpractical.com
Tue May 6 09:55:48 EDT 2008


Author: ruz
Date: Tue May  6 09:55:47 2008
New Revision: 2802

Modified:
   branches/path-resolver/lib/SVK/PathResolve.pm

Log:
* delete double 'my' declarations

Modified: branches/path-resolver/lib/SVK/PathResolve.pm
==============================================================================
--- branches/path-resolver/lib/SVK/PathResolve.pm	(original)
+++ branches/path-resolver/lib/SVK/PathResolve.pm	Tue May  6 09:55:47 2008
@@ -12,7 +12,6 @@
 sub add_file {
     my ($self, $path) = @_;
     
-    my ($prompt, $default);
     my $default = 'a';
     my $prompt = loc(
         "Conflict found in %1:\na)add, s)kip, h)elp? [%2] ",
@@ -31,7 +30,6 @@
 sub add_directory {
     my ($self, $path) = @_;
     
-    my ($prompt, $default);
     my $default = 'a';
     my $prompt = loc(
         "Conflict found in %1:\na)dd all, o)only this, s)kip, h)elp? [%2] ",


More information about the svk-commit mailing list