summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-06-10 10:56:07 -0600
committerKarl Williamson <khw@cpan.org>2022-06-10 11:02:05 -0600
commit789738ed9c41fd6d8c4bb2608e31c156cfe55fff (patch)
tree0351149a747f762da52386930244ee8e37f4c805 /pod
parentafe34b1ad3e565e2ad0157c4b43a67b0d984c113 (diff)
downloadperl-789738ed9c41fd6d8c4bb2608e31c156cfe55fff.tar.gz
Remove pod for non-existent functions
7008caa915ad99e650acf2aea40612b5e48b7ba2 removed several deprecated functions, but did not remove all the pods thereof.
Diffstat (limited to 'pod')
-rw-r--r--pod/perlguts.pod7
1 files changed, 0 insertions, 7 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index 4037975033..16e16723b0 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -1940,13 +1940,6 @@ C<ENTER>/C<LEAVE> I<pseudo-block> the value of C<SV> will be restored
using the stored value. It doesn't handle magic. Use C<save_scalar> if
magic is affected.
-=item C<void save_list(SV **sarg, I32 maxsarg)>
-
-=for apidoc save_list
-
-A variant of C<save_item> which takes multiple arguments via an array
-C<sarg> of C<SV*> of length C<maxsarg>.
-
=item C<SV* save_svref(SV **sptr)>
=for apidoc save_svref