diff options
-rw-r--r-- | perlio.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 } |