Remove a my_perl that slipped in
Rafael Garcia-Suarez [Tue, 14 Feb 2006 10:18:48 +0000 (10:18 +0000)]
p4raw-id: //depot/perl@27178

perlio.c

index 9fa5dea..f901087 100644 (file)
--- a/perlio.c
+++ b/perlio.c
@@ -2289,8 +2289,6 @@ PerlIO_init(pTHX)
  /* Place holder for stdstreams call ??? */
 #ifdef USE_THREADS
     MUTEX_INIT(&PerlIO_mutex);
-#else
-    PERL_UNUSED_ARG(my_perl);
 #endif
 }