summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-04-16 15:23:17 +0200
committerGitHub <noreply@github.com>2021-04-16 15:23:17 +0200
commit957478ce264d0496f9a0c33de4af77ad0846b42d (patch)
tree4dd35513073eb338cc15001e5a79e2a1ceb3306a /koch.nim
parent1b65b9cc193791285f63fcf9d52f19da72fffd4f (diff)
downloadNim-957478ce264d0496f9a0c33de4af77ad0846b42d.tar.gz
removed nimfind tool, succeeded by 'nim check --defusages' (#17737)
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/koch.nim b/koch.nim
index 44d38589b..3e41310d7 100644
--- a/koch.nim
+++ b/koch.nim
@@ -216,8 +216,6 @@ proc buildTools(args: string = "") =
                  options = "-d:release " & args)
   when defined(windows): buildVccTool(args)
   bundleNimpretty(args)
-  nimCompileFold("Compile nimfind", "tools/nimfind.nim",
-                 options = "-d:release " & args)
   nimCompileFold("Compile testament", "testament/testament.nim",
                  options = "-d:release " & args)