diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim index 6e0307c8fb..29f0380a36 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: