diff options
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/makedef.pl b/makedef.pl index 002272bac7..a52241ff8c 100644 --- a/makedef.pl +++ b/makedef.pl @@ -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}; } |