summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-06-03 08:04:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-06-03 08:04:39 +0000
commit245468ebf9e9a3ea7e3600e1d4513bdc24459c6b (patch)
treea401369700632acba7b1a5611531bb2a5a9accec /proto.h
parentcab02963b8a3a0067a2c0c2a6edd2ef2af19842f (diff)
downloadperl-245468ebf9e9a3ea7e3600e1d4513bdc24459c6b.tar.gz
Retract #19667, #19660, #19659, #19658, #19657, #19656,
#19655, #19418; File::Temp no more used internally. Some parts of these will be salvaged later. p4raw-id: //depot/perl@19670
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index 44d73bef72..1f03b3bdaa 100644
--- a/proto.h
+++ b/proto.h
@@ -920,8 +920,6 @@ PERL_CALLCONV void Perl_sv_nolocking(pTHX_ SV *);
PERL_CALLCONV void Perl_sv_nounlocking(pTHX_ SV *);
PERL_CALLCONV int Perl_nothreadhook(pTHX);
-PERL_CALLCONV PerlIO* Perl_my_tmpfp(pTHX);
-
END_EXTERN_C
#if defined(PERL_IN_DOOP_C) || defined(PERL_DECL_PROT)