diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-07-21 13:10:42 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-08-01 11:53:53 +0200 |
commit | 5608440fefa3d7bd829c844893115e8edb677c10 (patch) | |
tree | 2b693fa664b6100d8c8e5719cf11c15ebba140e5 /makedef.pl | |
parent | 07d8178fb8f2977ae91322f6d1822cdf14b7ea67 (diff) | |
download | perl-5608440fefa3d7bd829c844893115e8edb677c10.tar.gz |
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.
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 0 insertions, 1 deletions
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 |