vccwrap: Removed import of parseopt

Not necessary, since vccexe uses less advanced, but non-invasive argument parsing
This commit is contained in:
Fredrik Høisæther Rasch
2016-10-25 19:53:45 +02:00
parent 1af0ac9d2c
commit c3c96a947e

View File

@@ -1,4 +1,4 @@
import strutils, strtabs, os, osproc, parseopt, vccenv
import strutils, strtabs, os, osproc, vccenv
when defined(release):
let vccOptions = {poParentStreams}