summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-11-11 20:39:31 -0800
committerFather Chrysostomos <sprout@cpan.org>2010-11-11 20:39:31 -0800
commit4df35a07ff9fe98fb378b84929dddace96bcb9fb (patch)
treeec135193be5043f6d128fa191677320e8f8f7389 /hv.h
parentb89cdb229b520dceadf180df9462c8a0a1edf975 (diff)
downloadperl-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hv.h b/hv.h
index 33ecef5d0f..6a4132434f 100644
--- a/hv.h
+++ b/hv.h
@@ -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.