summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-07-31 15:31:00 +0000
committerNicholas Clark <nick@ccl4.org>2021-10-11 11:30:25 +0000
commit9710057bff258cbe68d25e718b0eeecf5c92cccc (patch)
tree4830ac7e05ab01df4a7d583ff736299e42e7516b /proto.h
parent15b39af41614cf0fa1a6931a63dba1bbbcd2c2b5 (diff)
downloadperl-9710057bff258cbe68d25e718b0eeecf5c92cccc.tar.gz
Inline S_hv_auxinit_internal() into S_hv_auxinit()
The previous commit eliminated the only other use of S_hv_auxinit_internal().
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 dd3d5538ca..0fe96719b0 100644
--- a/proto.h
+++ b/proto.h
@@ -5132,9 +5132,6 @@ STATIC void S_hsplit(pTHX_ HV *hv, STRLEN const oldsize, STRLEN newsize);
STATIC struct xpvhv_aux* S_hv_auxinit(pTHX_ HV *hv);
#define PERL_ARGS_ASSERT_HV_AUXINIT \
assert(hv)
-STATIC struct xpvhv_aux* S_hv_auxinit_internal(struct xpvhv_aux *iter);
-#define PERL_ARGS_ASSERT_HV_AUXINIT_INTERNAL \
- assert(iter)
STATIC SV* S_hv_delete_common(pTHX_ HV *hv, SV *keysv, const char *key, STRLEN klen, int k_flags, I32 d_flags, U32 hash);
#define PERL_ARGS_ASSERT_HV_DELETE_COMMON
STATIC SV* S_hv_free_ent_ret(pTHX_ HV *hv, HE *entry);