summaryrefslogtreecommitdiff
path: root/mathoms.c
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 /mathoms.c
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 'mathoms.c')
-rw-r--r--mathoms.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mathoms.c b/mathoms.c
index 2a5650439c..78516b3d4b 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -83,7 +83,6 @@ PERL_CALLCONV I32 Perl_my_lstat(pTHX);
PERL_CALLCONV I32 Perl_sv_eq(pTHX_ register SV *sv1, register SV *sv2);
PERL_CALLCONV char * Perl_sv_collxfrm(pTHX_ SV *const sv, STRLEN *const nxp);
PERL_CALLCONV bool Perl_sv_2bool(pTHX_ register SV *const sv);
-PERL_CALLCONV void Perl_mro_isa_changed_in(pTHX_ HV* stash);
/* ref() is now a macro using Perl_doref;
* this version provided for binary compatibility only.
@@ -1555,12 +1554,6 @@ Perl_sv_2bool(pTHX_ register SV *const sv)
return sv_2bool_flags(sv, SV_GMAGIC);
}
-void
-Perl_mro_isa_changed_in(pTHX_ HV* stash)
-{
- mro_isa_changed_in3(stash, NULL, 0);
-}
-
#endif /* NO_MATHOMS */
/*