зеркало из https://github.com/microsoft/git.git
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:
Родитель
cb82dbf8be
Коммит
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/;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче