From: Michael Stevens Date: Tue, 5 Dec 2000 11:15:52 +0000 (+0000) Subject: The one that got away in #7984. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb7101b12735f0d8d832baf3ba3161eee6849232;p=p5sagit%2Fp5-mst-13.2.git The one that got away in #7984. Subject: Re: dTHR - what and why? Message-ID: <20001205111552.A4647@firedrake.org> p4raw-id: //depot/perl@7987 --- diff --git a/sv.h b/sv.h index 425acc3..b155ece 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); \ } \