summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-01-31 15:10:37 +0000
committerNicholas Clark <nick@ccl4.org>2006-01-31 15:10:37 +0000
commit2b1a705488bd0ec36ff428321dee146d2f803003 (patch)
tree0af54e445014ab6839f81ba1ac8eb4795b83b37d /proto.h
parent3b4a80d1d9e181ce3db176cafa62162ddbd00ced (diff)
downloadperl-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/proto.h b/proto.h
index 6272c7628a..0e1e4fa63a 100644
--- a/proto.h
+++ b/proto.h
@@ -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);