[svk-commit] r2380 - trunk/lib/SVK/Command

nobody at bestpractical.com nobody at bestpractical.com
Sun Apr 8 04:18:54 EDT 2007


Author: clkao
Date: Sun Apr  8 04:18:54 2007
New Revision: 2380

Modified:
   trunk/lib/SVK/Command/Commit.pm

Log:
Remove unused code in commit.

Modified: trunk/lib/SVK/Command/Commit.pm
==============================================================================
--- trunk/lib/SVK/Command/Commit.pm	(original)
+++ trunk/lib/SVK/Command/Commit.pm	Sun Apr  8 04:18:54 2007
@@ -598,9 +598,7 @@
 
 sub run_delta {
     my ($self, $target, $xdroot, $editor, %cb) = @_;
-    my $fs = $target->repos->fs;
-    my %revcache;
-    my $mirror = $cb{mirror};
+
     $self->{xd}->checkout_delta
 	( $target->for_checkout_delta,
 	  depth => $self->{recursive} ? undef : 0,


More information about the svk-commit mailing list