summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-09-30 12:10:51 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-06 13:01:19 -0700
commitf717afa71cc4ba2f45eb5e57b4e54a3a3cdf8bd9 (patch)
treea3964044fddbfa2e8b255bb2a4bae16414bb95f7 /op.c
parentdab1c735364fcc41f4fbd1c15b5e26e8a7b07cab (diff)
downloadperl-f717afa71cc4ba2f45eb5e57b4e54a3a3cdf8bd9.tar.gz
Oust cv_ckproto_len
It is no longer used in core (having been superseded by cv_ckproto_len_flags), is unused on CPAN, and is not part of the API. The cv_ckproto ‘public’ macro is modified to use the _flags version. I put ‘public’ in quotes because, even before this commit, cv_ckproto was using a non-exported function, and hence could never have worked on a strict linker (or whatever you call it).
Diffstat (limited to 'op.c')
-rw-r--r--op.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/op.c b/op.c
index b85e2de151..c08edd06e3 100644
--- a/op.c
+++ b/op.c
@@ -6275,14 +6275,6 @@ Perl_cv_ckproto_len_flags(pTHX_ const CV *cv, const GV *gv, const char *p,
}
}
-void
-Perl_cv_ckproto_len(pTHX_ const CV *cv, const GV *gv, const char *p,
- const STRLEN len)
-{
- PERL_ARGS_ASSERT_CV_CKPROTO_LEN;
- cv_ckproto_len_flags(cv, gv, p, len, 0);
-}
-
static void const_sv_xsub(pTHX_ CV* cv);
/*