summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-11-16 16:28:28 +0000
committerNicholas Clark <nick@ccl4.org>2010-11-16 17:06:35 +0000
commitc2736fce83b2520da4fdb4759d0c6cd91860d6de (patch)
tree0ed244c52b9113495f26e74838b9a80290e93c34 /proto.h
parentc4528262e132e4ac14d212c3f48061c1abaff502 (diff)
downloadperl-c2736fce83b2520da4fdb4759d0c6cd91860d6de.tar.gz
Inline Perl_pad_undef() into its only caller, Perl_cv_undef().
Perl_pad_undef was never in the API, and has no users (elsewhere in core, on CPAN, or anywhere else visible to Google codesearch).
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/proto.h b/proto.h
index 3a80ae2ae1..069c5eb5b6 100644
--- a/proto.h
+++ b/proto.h
@@ -2802,11 +2802,6 @@ PERL_CALLCONV void Perl_pad_push(pTHX_ PADLIST *padlist, int depth)
PERL_CALLCONV void Perl_pad_swipe(pTHX_ PADOFFSET po, bool refadjust);
PERL_CALLCONV void Perl_pad_tidy(pTHX_ padtidy_type type);
-PERL_CALLCONV void Perl_pad_undef(pTHX_ CV* cv)
- __attribute__nonnull__(pTHX_1);
-#define PERL_ARGS_ASSERT_PAD_UNDEF \
- assert(cv)
-
PERL_CALLCONV OP* Perl_parse_barestmt(pTHX_ U32 flags);
PERL_CALLCONV OP* Perl_parse_block(pTHX_ U32 flags);
PERL_CALLCONV OP* Perl_parse_fullstmt(pTHX_ U32 flags);