mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
git-cvsimport-script: Removed redundant @old and @new clear.
This commit is contained in:
parent
4f7c0caa8f
commit
dbc1aeace6
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue