summaryrefslogtreecommitdiff
path: root/taint.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-07-24 19:31:04 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-07-24 21:54:14 -0400
commitc0de32e24cb35f30ec0d37406b19fcc377911df7 (patch)
treee4b81afaedc36a3b2750c7cbb728c4cf948909ff /taint.c
parent945b524a8cdacbf82557d751252e6546f48d21ae (diff)
downloadperl-c0de32e24cb35f30ec0d37406b19fcc377911df7.tar.gz
Unused dVARs found by g++ -DPERL_GLOBAL_STRUCT_PRIVATE.
Diffstat (limited to 'taint.c')
-rw-r--r--taint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/taint.c b/taint.c
index a5194f4a34..60a9a54871 100644
--- a/taint.c
+++ b/taint.c
@@ -27,8 +27,6 @@ void
Perl_taint_proper(pTHX_ const char *f, const char *const s)
{
#if defined(HAS_SETEUID) && defined(DEBUGGING)
- dVAR;
-
PERL_ARGS_ASSERT_TAINT_PROPER;
{