git-svn: Remove unused use of File::Temp
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 8 May 2010 16:40:41 +0000 (16:40 +0000)
committerEric Wong <normalperson@yhbt.net>
Sun, 9 May 2010 08:25:19 +0000 (01:25 -0700)
The use line was added in ffe256f9. File::Temp calls were later moved
to Git.pm in 0b19138b, 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>
git-svn.perl

index dc668034d0e3db11c41e8667db22205b95733421..74d86128ccb063d6aa7e6303a2c6c15739fde1e9 100755 (executable)
@@ -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/;