mirror of
https://github.com/git/git.git
synced 2024-11-29 04:54:56 +08:00
git-svn: Remove unused use of File::Temp
The use line was added inffe256f9
. File::Temp calls were later moved to Git.pm in0b19138b
, 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>
This commit is contained in:
parent
cb82dbf8be
commit
1174768b46
@ -4000,7 +4000,6 @@ use vars qw/@ISA/;
|
||||
use strict;
|
||||
use warnings;
|
||||
use Carp qw/croak/;
|
||||
use File::Temp qw/tempfile/;
|
||||
use IO::File qw//;
|
||||
use vars qw/$_ignore_regex/;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user