git-cvsimport-script: Removed redundant @old and @new clear.
authorMatthias Urlichs <smurf@kiste.(none)>
Thu, 30 Jun 2005 10:28:31 +0000 (12:28 +0200)
committerMatthias Urlichs <smurf@kiste.(none)>
Thu, 30 Jun 2005 10:28:31 +0000 (12:28 +0200)
git-cvsimport-script

index 9b23d1f..6ac31a7 100755 (executable)
@@ -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(<CVS>) {