From fbe0ae74fba5a22bbaea0cc8e68dbf9327c4ce6d Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 29 Nov 2017 03:57:29 +0200 Subject: [PATCH] Explicit array initialization removed. --- lib/pure/osproc.nim | 2 -- 1 file changed, 2 deletions(-) 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: