summary refs log tree commit diff stats
path: root/lib/pure/osproc.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/osproc.nim')
-rw-r--r--lib/pure/osproc.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim
index 6e0307c8f..29f0380a3 100644
--- a/lib/pure/osproc.nim
+++ b/lib/pure/osproc.nim
@@ -240,8 +240,6 @@ proc execProcesses*(cmds: openArray[string],
     when defined(windows):
       var w: WOHandleArray
       var wcount = m
-      for c in 0..MAXIMUM_WAIT_OBJECTS - 1:
-        w[c] = 0
 
     while i < m:
       if beforeRunEvent != nil: