Skip to content

Commit

Permalink
git-svn: Remove unused use of File::Temp
Browse files Browse the repository at this point in the history
The use line was added in ffe256f. File::Temp calls were later moved
to Git.pm in 0b19138, but that commit neglected to remove the
now-redundant import.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
  • Loading branch information
Ævar Arnfjörð Bjarmason authored and Eric Wong committed May 9, 2010
1 parent cb82dbf commit 1174768
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-svn.perl
Original file line number Diff line number Diff line change
Expand Up @@ -4000,7 +4000,6 @@ package SVN::Git::Fetcher;
use strict;
use warnings;
use Carp qw/croak/;
use File::Temp qw/tempfile/;
use IO::File qw//;
use vars qw/$_ignore_regex/;

Expand Down

0 comments on commit 1174768

Please sign in to comment.