diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-01-31 15:10:37 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-01-31 15:10:37 +0000 |
commit | 2b1a705488bd0ec36ff428321dee146d2f803003 (patch) | |
tree | 0af54e445014ab6839f81ba1ac8eb4795b83b37d /proto.h | |
parent | 3b4a80d1d9e181ce3db176cafa62162ddbd00ced (diff) | |
download | perl-2b1a705488bd0ec36ff428321dee146d2f803003.tar.gz |
Eliminate save_threadsv, as it is never linked to, and all it does
post 5005 threads is croak().
p4raw-id: //depot/perl@27021
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1970,9 +1970,6 @@ PERL_CALLCONV void Perl_save_sptr(pTHX_ SV** sptr) PERL_CALLCONV SV* Perl_save_svref(pTHX_ SV** sptr) __attribute__nonnull__(pTHX_1); -PERL_CALLCONV SV** Perl_save_threadsv(pTHX_ PADOFFSET i) - __attribute__noreturn__; - PERL_CALLCONV OP* Perl_sawparens(pTHX_ OP* o); PERL_CALLCONV OP* Perl_scalar(pTHX_ OP* o); PERL_CALLCONV OP* Perl_scalarkids(pTHX_ OP* o); |