From: Ortwin Escher Date: Thu, 28 Jan 2010 15:04:49 +0000 (+0100) Subject: Removed redundant line. X-Git-Url: https://repo.or.cz/w/git2svn.git/commitdiff_plain/db5ae72de5dc267900b174458cd3d0bbee663600 Removed redundant line. Signed-off-by: Love Hörnquist Åstrand --- diff --git a/git2svn b/git2svn index f6e17fe..2380775 100755 --- a/git2svn +++ b/git2svn @@ -346,7 +346,6 @@ COMMAND: while (!eof(IN)) { die "file was a dir"; } elsif (($paths{$path} != 2) && ($type == 0120000)) { print STDERR "Dir is now a symlink, deleting: $path\n" if ($verbose); - delete $paths{$path}; foreach ( keys( %paths ) ) { delete $paths{$_} if ( /^$path\// ); }