summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorMichael Stevens <mstevens@etla.org>2000-12-05 11:15:52 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-05 12:34:54 +0000
commitcb7101b12735f0d8d832baf3ba3161eee6849232 (patch)
tree34704058c9125e4eb2ab66a6887d82a6fe2df615 /sv.h
parented59ec62717f0f88ed3d32dff6bf15dd59269b91 (diff)
downloadperl-cb7101b12735f0d8d832baf3ba3161eee6849232.tar.gz
The one that got away in #7984.
Subject: Re: dTHR - what and why? Message-ID: <20001205111552.A4647@firedrake.org> p4raw-id: //depot/perl@7987
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index 425acc3832..b155ece7b0 100644
--- a/sv.h
+++ b/sv.h
@@ -801,7 +801,6 @@ Taints an SV if tainting is enabled
#define SvTAINT(sv) \
STMT_START { \
if (PL_tainting) { \
- dTHR; \
if (PL_tainted) \
SvTAINTED_on(sv); \
} \