This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Duplicate definition bad.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 2 Jun 2003 09:07:38 +0000 (09:07 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 2 Jun 2003 09:07:38 +0000 (09:07 +0000)
p4raw-id: //depot/perl@19659

op.c

diff --git a/op.c b/op.c
index c52f4fc..320ad03 100644 (file)
--- a/op.c
+++ b/op.c
@@ -6514,7 +6514,6 @@ const_sv_xsub(pTHX_ CV* cv)
 PerlIO*
 Perl_my_tmpfp(pTHX)
 {
-     dTHX;
      PerlIO *f = NULL;
      int fd = -1;
 #ifdef PERL_EXTERNAL_GLOB