summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorTom Hukins <tom@eborcom.com>2020-12-02 17:00:09 +0000
committerKarl Williamson <khw@cpan.org>2020-12-08 06:23:29 -0700
commit066646363b13856748eb8e0266f99e1470e0dd43 (patch)
treef41b767b98833205b0c3f459dbccecab552623a9 /hv.c
parente5dcc6f14fb84e2e304bafe65111baa5c0fef0c9 (diff)
downloadperl-066646363b13856748eb8e0266f99e1470e0dd43.tar.gz
Remove empty "#ifdef"s
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hv.c b/hv.c
index 32e1a7d438..8f7dbdcc3b 100644
--- a/hv.c
+++ b/hv.c
@@ -3681,8 +3681,6 @@ no action occurs in this case.
void
Perl_refcounted_he_free(pTHX_ struct refcounted_he *he) {
-#ifdef USE_ITHREADS
-#endif
PERL_UNUSED_CONTEXT;
while (he) {
@@ -3719,8 +3717,6 @@ to this function: no action occurs and a null pointer is returned.
struct refcounted_he *
Perl_refcounted_he_inc(pTHX_ struct refcounted_he *he)
{
-#ifdef USE_ITHREADS
-#endif
PERL_UNUSED_CONTEXT;
if (he) {
HINTS_REFCNT_LOCK;