From fbe0ae74fba5a22bbaea0cc8e68dbf9327c4ce6d Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 29 Nov 2017 03:57:29 +0200 Subject: Explicit array initialization removed. --- lib/pure/osproc.nim | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') 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: -- cgit 1.4.1-2-gfad0 7148bdaf478c7a37460931cd242c'/> This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log tree commit diff stats
path: root/tests/iter/tconcat.nim
blob: 477ac5e2681bc3c36e0663f74fe8de21e9b9529c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24