Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2010-05-08 20:40:41 +0400
committerEric Wong <normalperson@yhbt.net>2010-05-09 12:25:19 +0400
commit1174768b460a5f24ef0323783ab69c578e5aa44a (patch)
tree40361d75d6bc2220979f6c3c05ce39a688dbeb2f /git-svn.perl
parentcb82dbf8be199d114cd220713e4f57574b4636f8 (diff)
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 <avarab@gmail.com> Acked-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'git-svn.perl')
-rwxr-xr-xgit-svn.perl1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-svn.perl b/git-svn.perl
index dc668034d0..74d86128cc 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/;