summaryrefslogtreecommitdiff
path: root/perlapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'perlapi.c')
-rwxr-xr-xperlapi.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/perlapi.c b/perlapi.c
index 78d1bce4e1..3e7e0abb53 100755
--- a/perlapi.c
+++ b/perlapi.c
@@ -77,13 +77,6 @@ Perl_apply(pTHXo_ I32 type, SV** mark, SV** sp)
return ((CPerlObj*)pPerl)->Perl_apply(type, mark, sp);
}
-#undef Perl_assertref
-void
-Perl_assertref(pTHXo_ OP* o)
-{
- ((CPerlObj*)pPerl)->Perl_assertref(o);
-}
-
#undef Perl_avhv_exists_ent
bool
Perl_avhv_exists_ent(pTHXo_ AV *ar, SV* keysv, U32 hash)