From 5608440fefa3d7bd829c844893115e8edb677c10 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 21 Jul 2011 13:10:42 +0200 Subject: In makedef.pl, remove the skip for Perl_mro_meta_dup for non-ITHREADS. Perl_mro_meta_dup was removed from the public API with commit 47c9dd1447a52d20 in April 2007, and hence was never in the API for any stable release. --- makedef.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/makedef.pl b/makedef.pl index 4da7e612f6..7474c5ac89 100644 --- a/makedef.pl +++ b/makedef.pl @@ -610,7 +610,6 @@ unless ($define{'USE_ITHREADS'}) { Perl_gp_dup Perl_he_dup Perl_mg_dup - Perl_mro_meta_dup Perl_re_dup_guts Perl_sv_dup Perl_sv_dup_inc -- cgit v1.2.1