diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-09-17 21:07:33 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-09-17 21:07:33 +0000 |
commit | 83029685b27ec04c6417a2eb865ffed0921d39ae (patch) | |
tree | 2ddfabc4eaaff851cad0ecf09fe3f9d928744747 /proto.h | |
parent | 63cce26687370b3ba78dbefdce4cf6886ac91900 (diff) | |
download | perl-83029685b27ec04c6417a2eb865ffed0921d39ae.tar.gz |
Remove dead functions:
Perl_do_pipe, which is unused since 4.036
Perl_save_hints, which would just croak
pp_threadsv, which was only used by 5.005 threads
p4raw-id: //depot/perl@31889
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -498,9 +498,6 @@ PERL_CALLCONV bool Perl_do_openn(pTHX_ GV *gv, const char *name, I32 len, int as __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2); -PERL_CALLCONV void Perl_do_pipe(pTHX_ SV* sv, GV* rgv, GV* wgv) - __attribute__nonnull__(pTHX_1); - PERL_CALLCONV bool Perl_do_print(pTHX_ SV* sv, PerlIO* fp) __attribute__nonnull__(pTHX_2); @@ -2048,9 +2045,6 @@ PERL_CALLCONV void Perl_save_helem(pTHX_ HV* hv, SV *key, SV **sptr) __attribute__nonnull__(pTHX_2) __attribute__nonnull__(pTHX_3); -PERL_CALLCONV void Perl_save_hints(pTHX) - __attribute__noreturn__; - PERL_CALLCONV void Perl_save_hptr(pTHX_ HV** hptr) __attribute__nonnull__(pTHX_1); |