summaryrefslogtreecommitdiff
path: root/op.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 /op.c
parente5dcc6f14fb84e2e304bafe65111baa5c0fef0c9 (diff)
downloadperl-066646363b13856748eb8e0266f99e1470e0dd43.tar.gz
Remove empty "#ifdef"s
Diffstat (limited to 'op.c')
-rw-r--r--op.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/op.c b/op.c
index 421387ed10..822ea18a5b 100644
--- a/op.c
+++ b/op.c
@@ -1406,8 +1406,6 @@ void
Perl_op_refcnt_lock(pTHX)
PERL_TSA_ACQUIRE(PL_op_mutex)
{
-#ifdef USE_ITHREADS
-#endif
PERL_UNUSED_CONTEXT;
OP_REFCNT_LOCK;
}
@@ -1416,8 +1414,6 @@ void
Perl_op_refcnt_unlock(pTHX)
PERL_TSA_RELEASE(PL_op_mutex)
{
-#ifdef USE_ITHREADS
-#endif
PERL_UNUSED_CONTEXT;
OP_REFCNT_UNLOCK;
}