From: Rafael Garcia-Suarez Date: Tue, 14 Feb 2006 10:18:48 +0000 (+0000) Subject: Remove a my_perl that slipped in X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=932a780a5a7fa583739c54dfd2c041b4d4f48c26;p=p5sagit%2Fp5-mst-13.2.git Remove a my_perl that slipped in p4raw-id: //depot/perl@27178 --- diff --git a/perlio.c b/perlio.c index 9fa5dea..f901087 100644 --- 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 }