From dbc1aeace608ebd9422d86efde000dc11a1563be Mon Sep 17 00:00:00 2001 From: Matthias Urlichs Date: Thu, 30 Jun 2005 12:28:31 +0200 Subject: [PATCH] git-cvsimport-script: Removed redundant @old and @new clear. --- git-cvsimport-script | 3 --- 1 file changed, 3 deletions(-) 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() { -- 2.11.0