diff options
Diffstat (limited to 'git-cvsimport-script')
-rwxr-xr-x | git-cvsimport-script | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/git-cvsimport-script b/git-cvsimport-script index 9b23d1f016..6ac31a7160 100755 --- a/git-cvsimport-script +++ b/git-cvsimport-script @@ -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>) { |