diff options
author | Fredrik Høisæther Rasch <fredrik.rasch@gmail.com> | 2016-10-25 19:53:45 +0200 |
---|---|---|
committer | Fredrik Høisæther Rasch <fredrik.rasch@gmail.com> | 2016-10-25 19:53:45 +0200 |
commit | c3c96a947e1dd1b445323139dfd81ff674ac080d (patch) | |
tree | 4b35a9fcdbbb4cda903e4583636581b61a2be3e9 /tools/vccenv/vccexe.nim | |
parent | 1af0ac9d2cb9c85b1c2a5d0308e927f1d7bb1144 (diff) | |
download | Nim-c3c96a947e1dd1b445323139dfd81ff674ac080d.tar.gz |
vccwrap: Removed import of parseopt
Not necessary, since vccexe uses less advanced, but non-invasive argument parsing
Diffstat (limited to 'tools/vccenv/vccexe.nim')
-rw-r--r-- | tools/vccenv/vccexe.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vccenv/vccexe.nim b/tools/vccenv/vccexe.nim index bbac117df..892246830 100644 --- a/tools/vccenv/vccexe.nim +++ b/tools/vccenv/vccexe.nim @@ -1,4 +1,4 @@ -import strutils, strtabs, os, osproc, parseopt, vccenv +import strutils, strtabs, os, osproc, vccenv when defined(release): let vccOptions = {poParentStreams} |