remove redundant part of change#1169 superseded by change#2061;
[p5sagit/p5-mst-13.2.git] / taint.c
diff --git a/taint.c b/taint.c
index cdf9a7e..e163eb4 100644 (file)
--- a/taint.c
+++ b/taint.c
@@ -50,6 +50,7 @@ taint_env(void)
        return;
 
 #ifdef VMS
+    {
     int i = 0;
     char name[10 + TYPE_DIGITS(int)] = "DCL$PATH";
 
@@ -71,6 +72,7 @@ taint_env(void)
        }
        i++;
     }
+  }
 #endif /* VMS */
 
     svp = hv_fetch(GvHVn(PL_envgv),"PATH",4,FALSE);