mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-19 11:07:14 +00:00
Explicit array initialization removed.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user