* [PATCH] git-svn: Remove unused use of File::Temp
@ 2010-05-08 16:40 Ævar Arnfjörð Bjarmason
2010-05-09 8:31 ` Eric Wong
0 siblings, 1 reply; 2+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2010-05-08 16:40 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano, Ævar Arnfjörð Bjarmason
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>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] git-svn: Remove unused use of File::Temp
2010-05-08 16:40 [PATCH] git-svn: Remove unused use of File::Temp Ævar Arnfjörð Bjarmason
@ 2010-05-09 8:31 ` Eric Wong
0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2010-05-09 8:31 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Ævar Arnfjörð Bjarmason
Ævar Arnfjörð Bjarmason <avarab@gmail.com> wrote:
> 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>
Thanks,
Acked-by: Eric Wong <normalperson@yhbt.net>
...and pushed out to git://git.bogomips.org/git-svn along with a few
others:
Jonathan Nieder (1):
git svn: avoid uninitialized var in 'reset'
Torsten Schmutzler (1):
git-svn: mangle refnames forbidden in git
Ævar Arnfjörð Bjarmason (2):
git-svn documentation: minor grammar fix
git-svn: Remove unused use of File::Temp
--
Eric Wong
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-09 8:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-08 16:40 [PATCH] git-svn: Remove unused use of File::Temp Ævar Arnfjörð Bjarmason
2010-05-09 8:31 ` Eric Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).