This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Porting/bisect.pl: Typos in diag msg
[perl5.git] / makedef.pl
index 002272b..a52241f 100644 (file)
@@ -422,10 +422,6 @@ unless ($define{'PERL_DEBUG_READONLY_OPS'}) {
                         );
 }
 
-unless ($define{'THREADS_HAVE_PIDS'}) {
-    ++$skip{PL_ppid};
-}
-
 unless ($define{'PERL_NEED_APPCTX'}) {
     ++$skip{PL_appctx};
 }