Skip to content

Commit 1174768

Browse files
avarEric Wong
authored andcommitted
git-svn: Remove unused use of File::Temp
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 <[email protected]> Acked-by: Eric Wong <[email protected]>
1 parent cb82dbf commit 1174768

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git-svn.perl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4000,7 +4000,6 @@ package SVN::Git::Fetcher;
40004000
use strict;
40014001
use warnings;
40024002
use Carp qw/croak/;
4003-
use File::Temp qw/tempfile/;
40044003
use IO::File qw//;
40054004
use vars qw/$_ignore_regex/;
40064005

0 commit comments

Comments
 (0)