diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-11 20:39:31 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-11 20:39:31 -0800 |
commit | 4df35a07ff9fe98fb378b84929dddace96bcb9fb (patch) | |
tree | ec135193be5043f6d128fa191677320e8f8f7389 /hv.h | |
parent | b89cdb229b520dceadf180df9462c8a0a1edf975 (diff) | |
download | perl-4df35a07ff9fe98fb378b84929dddace96bcb9fb.tar.gz |
mro_isa_changed_in3 is no longer necessary
as of 80ebaca.
It was nice while it lasted.
This reverts 6f86b615fa.
Diffstat (limited to 'hv.h')
-rw-r--r-- | hv.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -67,7 +67,6 @@ struct mro_meta { (((smeta)->mro_which && (which) == (smeta)->mro_which) \ ? (smeta)->mro_linear_current \ : Perl_mro_get_private_data(aTHX_ (smeta), (which))) -#define mro_isa_changed_in(stash) mro_isa_changed_in3(stash, NULL, 0) /* Subject to change. Don't access this directly. |