summaryrefslogtreecommitdiff
path: root/embed.h
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 /embed.h
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 'embed.h')
-rw-r--r--embed.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed.h b/embed.h
index a0f2776ceb..88c241cb44 100644
--- a/embed.h
+++ b/embed.h
@@ -123,7 +123,6 @@
#define printf_nocontext Perl_printf_nocontext
#endif
#ifdef PERL_CORE
-#define cv_ckproto Perl_cv_ckproto
#define cv_ckproto_len Perl_cv_ckproto_len
#define cv_clone Perl_cv_clone
#endif
@@ -2437,7 +2436,6 @@
#if defined(PERL_IMPLICIT_CONTEXT)
#endif
#ifdef PERL_CORE
-#define cv_ckproto(a,b,c) Perl_cv_ckproto(aTHX_ a,b,c)
#define cv_ckproto_len(a,b,c,d) Perl_cv_ckproto_len(aTHX_ a,b,c,d)
#define cv_clone(a) Perl_cv_clone(aTHX_ a)
#endif