diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-04-16 15:23:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 15:23:17 +0200 |
commit | 957478ce264d0496f9a0c33de4af77ad0846b42d (patch) | |
tree | 4dd35513073eb338cc15001e5a79e2a1ceb3306a /koch.nim | |
parent | 1b65b9cc193791285f63fcf9d52f19da72fffd4f (diff) | |
download | Nim-957478ce264d0496f9a0c33de4af77ad0846b42d.tar.gz |
removed nimfind tool, succeeded by 'nim check --defusages' (#17737)
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 2 |
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) |