Browse Source

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

maint
Matthias Urlichs 20 years ago
parent
commit
dbc1aeace6
  1. 3
      git-cvsimport-script

3
git-cvsimport-script

@ -498,9 +498,6 @@ my $commit = sub { @@ -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>) {

Loading…
Cancel
Save