summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-26 18:21:52 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-26 18:21:52 +0000
commit11cd919dc47cef55287cce0322d44e19aecf3127 (patch)
tree0d7a37773a8d7b15e44f3de5185ee7b427ed6b35 /mathoms.c
parent1c8a42233ec49324eba45ced7d5587186f2e1587 (diff)
downloadperl-11cd919dc47cef55287cce0322d44e19aecf3127.tar.gz
Perl_cv_ckproto() is not part of the public API, and not used anywhere
in the core. So it can go. p4raw-id: //depot/perl@34922
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mathoms.c b/mathoms.c
index 4bac51e28e..a65a99f514 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -1276,14 +1276,6 @@ Perl_sv_usepvn(pTHX_ SV *sv, char *ptr, STRLEN len)
sv_usepvn_flags(sv,ptr,len, 0);
}
-void
-Perl_cv_ckproto(pTHX_ const CV *cv, const GV *gv, const char *p)
-{
- PERL_ARGS_ASSERT_CV_CKPROTO;
-
- cv_ckproto_len(cv, gv, p, p ? strlen(p) : 0);
-}
-
/*
=for apidoc unpack_str