diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-26 18:21:52 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-26 18:21:52 +0000 |
commit | 11cd919dc47cef55287cce0322d44e19aecf3127 (patch) | |
tree | 0d7a37773a8d7b15e44f3de5185ee7b427ed6b35 /proto.h | |
parent | 1c8a42233ec49324eba45ced7d5587186f2e1587 (diff) | |
download | perl-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 'proto.h')
-rw-r--r-- | proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -429,11 +429,6 @@ PERL_CALLCONV int Perl_printf_nocontext(const char *format, ...) assert(format) #endif -PERL_CALLCONV void Perl_cv_ckproto(pTHX_ const CV* cv, const GV* gv, const char* p) - __attribute__nonnull__(pTHX_1); -#define PERL_ARGS_ASSERT_CV_CKPROTO \ - assert(cv) - PERL_CALLCONV void Perl_cv_ckproto_len(pTHX_ const CV* cv, const GV* gv, const char* p, const STRLEN len) __attribute__nonnull__(pTHX_1); #define PERL_ARGS_ASSERT_CV_CKPROTO_LEN \ |