This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ext/re/t/regop.t: Use eq instead of == for strings
[perl5.git] / taint.c
diff --git a/taint.c b/taint.c
index a5194f4..60a9a54 100644 (file)
--- 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;
 
     {