git-cvsimport-script: Removed redundant @old and @new clear.

This commit is contained in:
Matthias Urlichs
2005-06-30 12:28:31 +02:00
parent 4f7c0caa8f
commit dbc1aeace6

View File

@ -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>) {