diff options
author | Matthias Urlichs <smurf@kiste.(none)> | 2005-06-30 12:28:31 +0200 |
---|---|---|
committer | Matthias Urlichs <smurf@kiste.(none)> | 2005-06-30 12:28:31 +0200 |
commit | dbc1aeace608ebd9422d86efde000dc11a1563be (patch) | |
tree | 2fbd87ec8d76109c172315a31a3242740b5e2a82 /git-cvsimport-script | |
parent | 4f7c0caa8f37934fa05f22a48a987a6e14dd0e07 (diff) | |
download | git-dbc1aeace608ebd9422d86efde000dc11a1563be.tar.gz git-dbc1aeace608ebd9422d86efde000dc11a1563be.tar.xz |
git-cvsimport-script: Removed redundant @old and @new clear.
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 9b23d1f01..6ac31a716 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>) { |