From 73c355176653e5b643f2bbbdc4f967cc24b3ee3b Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 7 May 2011 22:13:24 +0200 Subject: gc tweaking to gain a few percent of performance --- koch.nim | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'koch.nim') diff --git a/koch.nim b/koch.nim index 4524ed3e8..29fa86cb3 100755 --- a/koch.nim +++ b/koch.nim @@ -157,10 +157,8 @@ proc cleanAux(dir: string) = of "nimcache": echo "removing dir: ", path removeDir(path) - of "dist", ".git": - nil - else: - cleanAux(path) + of "dist", ".git": nil + else: cleanAux(path) else: nil proc removePattern(pattern: string) = -- cgit 1.4.1-2-gfad0