summaryrefslogtreecommitdiff
path: root/mathoms.c
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 /mathoms.c
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 'mathoms.c')
-rw-r--r--mathoms.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/mathoms.c b/mathoms.c
index 93bcccca09..3af8a21aca 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -815,25 +815,6 @@ Perl_is_utf8_char_buf(const U8 *buf, const U8* buf_end)
return isUTF8_CHAR(buf, buf_end);
}
-/*
-=for apidoc_section $pad
-=for apidoc pad_compname_type
-
-Looks up the type of the lexical variable at position C<po> in the
-currently-compiling pad. If the variable is typed, the stash of the
-class to which it is typed is returned. If not, C<NULL> is returned.
-
-Use L<perlintern/C<PAD_COMPNAME_TYPE>> instead.
-
-=cut
-*/
-
-HV *
-Perl_pad_compname_type(pTHX_ const PADOFFSET po)
-{
- return PAD_COMPNAME_TYPE(po);
-}
-
/* return ptr to little string in big string, NULL if not found */
/* The original version of this routine was donated by Corey Satten. */