summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-09-03 14:19:26 -0600
committerKarl Williamson <khw@cpan.org>2019-09-03 15:17:09 -0600
commit11675f52de33c98d9506667c90b3109e45b149b3 (patch)
treedb963988a795d66353d9a1439f54503cceab20f6 /proto.h
parent9d9546e0faa646b5770bb5111bf61259779b0fd7 (diff)
downloadperl-11675f52de33c98d9506667c90b3109e45b149b3.tar.gz
Remove deprecated flag from sv_nosharing.
I recently introduced this by mistake.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/proto.h b/proto.h
index fcd1bba09b..9bd60464c2 100644
--- a/proto.h
+++ b/proto.h
@@ -3485,9 +3485,7 @@ PERL_CALLCONV void Perl_sv_nolocking(pTHX_ SV *sv)
__attribute__deprecated__;
#endif
-PERL_CALLCONV void Perl_sv_nosharing(pTHX_ SV *sv)
- __attribute__deprecated__;
-
+PERL_CALLCONV void Perl_sv_nosharing(pTHX_ SV *sv);
#ifndef NO_MATHOMS
PERL_CALLCONV void Perl_sv_nounlocking(pTHX_ SV *sv)
__attribute__deprecated__;