summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-08-20 20:31:24 +0000
committerNicholas Clark <nick@ccl4.org>2021-08-21 07:29:59 +0000
commit03a62b1ddfc574db39497623254dff13739d7fd1 (patch)
tree37697e699af6a6790c4db2e75ea0dbbe46b3b4a8 /proto.h
parent73a058ad6c356d6870a91f9cfce9968af487bdc3 (diff)
downloadperl-03a62b1ddfc574db39497623254dff13739d7fd1.tar.gz
Delete Perl_ptr_table_clear, marked as deprecated since v5.14.0
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/proto.h b/proto.h
index 164f6be670..28d9cbf020 100644
--- a/proto.h
+++ b/proto.h
@@ -2824,10 +2824,6 @@ PERL_CALLCONV void Perl_pregfree2(pTHX_ REGEXP *rx);
PERL_CALLCONV const char* Perl_prescan_version(pTHX_ const char *s, bool strict, const char** errstr, bool *sqv, int *ssaw_decimal, int *swidth, bool *salpha);
#define PERL_ARGS_ASSERT_PRESCAN_VERSION \
assert(s)
-PERL_CALLCONV void Perl_ptr_table_clear(pTHX_ PTR_TBL_t *const tbl)
- __attribute__deprecated__;
-#define PERL_ARGS_ASSERT_PTR_TABLE_CLEAR
-
PERL_CALLCONV void* Perl_ptr_table_fetch(pTHX_ PTR_TBL_t *const tbl, const void *const sv)
__attribute__warn_unused_result__;
#define PERL_ARGS_ASSERT_PTR_TABLE_FETCH \