From: Ævar Arnfjörð Bjarmason Date: Sat, 8 May 2010 16:40:41 +0000 (+0000) Subject: git-svn: Remove unused use of File::Temp X-Git-Tag: v1.7.2-rc0~141 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1174768b460a5f24ef0323783ab69c578e5aa44a;p=git.git git-svn: Remove unused use of File::Temp 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 Acked-by: Eric Wong --- diff --git a/git-svn.perl b/git-svn.perl index dc668034d..74d86128c 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -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/;