Code

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 9b23d1f0169b8c9a1a9358ac4706b557634476ae..6ac31a71604a26a271175c052b94534809ea07f9 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>) {