diff options
Diffstat (limited to 'tools/kochdocs.nim')
-rw-r--r-- | tools/kochdocs.nim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim index 19b0b3d78..6741fcf5d 100644 --- a/tools/kochdocs.nim +++ b/tools/kochdocs.nim @@ -51,12 +51,6 @@ proc execCleanPath*(cmd: string, if execShellCmd(cmd) != 0: quit("FAILURE", errorcode) putEnv("PATH", prevPath) -let kochExe* = os.getAppFilename() - # note: assumes `kochdocs` is only used by koch.nim - -proc kochExec*(cmd: string) = - exec kochExe.quoteShell & " " & cmd - proc nimexec*(cmd: string) = # Consider using `nimCompile` instead exec findNim() & " " & cmd |