summaryrefslogtreecommitdiff
path: root/embed.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 /embed.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 'embed.h')
-rw-r--r--embed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 0d5553ce89..279683b192 100644
--- a/embed.h
+++ b/embed.h
@@ -1083,7 +1083,6 @@
#define pad_push(a,b) Perl_pad_push(aTHX_ a,b)
#define pad_swipe(a,b) Perl_pad_swipe(aTHX_ a,b)
#define pad_tidy(a) Perl_pad_tidy(aTHX_ a)
-#define pad_undef(a) Perl_pad_undef(aTHX_ a)
#define parse_unicode_opts(a) Perl_parse_unicode_opts(aTHX_ a)
#define parser_free(a) Perl_parser_free(aTHX_ a)
#define peep(a) Perl_peep(aTHX_ a)