git-cvsimport-script: Removed redundant @old and @new clear.
This commit is contained in:
@ -498,9 +498,6 @@ my $commit = sub {
|
|||||||
or die "Cannot write tag $branch: $!\n";
|
or die "Cannot write tag $branch: $!\n";
|
||||||
print "Created tag '$tag' on '$branch'\n" if $opt_v;
|
print "Created tag '$tag' on '$branch'\n" if $opt_v;
|
||||||
}
|
}
|
||||||
|
|
||||||
@old = ();
|
|
||||||
@new = ();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
while(<CVS>) {
|
while(<CVS>) {
|
||||||
|
Reference in New Issue
Block a user