Explicit array initialization removed.

This commit is contained in:
cheatfate
2017-11-29 03:57:29 +02:00
parent c4a57e711b
commit fbe0ae74fb

View File

@@ -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: