Skip to content

Commit 957478c

Browse files
authored
removed nimfind tool, succeeded by 'nim check --defusages' (#17737)
1 parent 1b65b9c commit 957478c

File tree

3 files changed

+0
-238
lines changed

3 files changed

+0
-238
lines changed

koch.nim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ proc buildTools(args: string = "") =
216216
options = "-d:release " & args)
217217
when defined(windows): buildVccTool(args)
218218
bundleNimpretty(args)
219-
nimCompileFold("Compile nimfind", "tools/nimfind.nim",
220-
options = "-d:release " & args)
221219
nimCompileFold("Compile testament", "testament/testament.nim",
222220
options = "-d:release " & args)
223221

tools/nimfind.nim

Lines changed: 0 additions & 234 deletions
This file was deleted.

tools/nimfind.nims

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)