diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-27 10:10:06 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-27 10:10:06 +0000 |
commit | cd34071197163d908b881c4204226b13ed4bb6b0 (patch) | |
tree | 7be6b5ba805b1ca40e7215058d818029cd8d3c25 /proto.h | |
parent | 428bacd701ef45155f9dfd0d9c3d063dc305de00 (diff) | |
download | perl-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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); |