summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-27 10:10:06 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-27 10:10:06 +0000
commitcd34071197163d908b881c4204226b13ed4bb6b0 (patch)
tree7be6b5ba805b1ca40e7215058d818029cd8d3c25 /proto.h
parent428bacd701ef45155f9dfd0d9c3d063dc305de00 (diff)
downloadperl-cd34071197163d908b881c4204226b13ed4bb6b0.tar.gz
av_fake() isn't in the public API, and isn't used anywhere, so it can
go. p4raw-id: //depot/perl@34944
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/proto.h b/proto.h
index 91dde2e8c0..a2c99a2acf 100644
--- a/proto.h
+++ b/proto.h
@@ -175,12 +175,6 @@ PERL_CALLCONV void Perl_av_extend(pTHX_ AV *av, I32 key)
#define PERL_ARGS_ASSERT_AV_EXTEND \
assert(av)
-PERL_CALLCONV AV* Perl_av_fake(pTHX_ I32 size, SV **strp)
- __attribute__warn_unused_result__
- __attribute__nonnull__(pTHX_2);
-#define PERL_ARGS_ASSERT_AV_FAKE \
- assert(strp)
-
PERL_CALLCONV SV** Perl_av_fetch(pTHX_ AV *av, I32 key, I32 lval)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1);