From: Matthias Urlichs Date: Thu, 30 Jun 2005 10:28:31 +0000 (+0200) Subject: git-cvsimport-script: Removed redundant @old and @new clear. X-Git-Tag: v0.99~71^2^2~13 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=dbc1aeace608ebd9422d86efde000dc11a1563be;p=git.git git-cvsimport-script: Removed redundant @old and @new clear. --- diff --git a/git-cvsimport-script b/git-cvsimport-script index 9b23d1f0..6ac31a71 100755 --- a/git-cvsimport-script +++ b/git-cvsimport-script @@ -498,9 +498,6 @@ my $commit = sub { or die "Cannot write tag $branch: $!\n"; print "Created tag '$tag' on '$branch'\n" if $opt_v; } - - @old = (); - @new = (); }; while() {