[PATCH] git-svn: Remove unused use of File::Temp
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2016-06-15 22:48:46
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 <redacted> --- git-svn.perl | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/git-svn.perl b/git-svn.perl
index 2c86ea2..cc3a54c 100755
--- a/git-svn.perl
+++ b/git-svn.perl@@ -3998,7 +3998,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/;
--
1.7.0.4