From c3c96a947e1dd1b445323139dfd81ff674ac080d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=B8is=C3=A6ther=20Rasch?= Date: Tue, 25 Oct 2016 19:53:45 +0200 Subject: [PATCH] vccwrap: Removed import of parseopt Not necessary, since vccexe uses less advanced, but non-invasive argument parsing --- tools/vccenv/vccexe.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/vccenv/vccexe.nim b/tools/vccenv/vccexe.nim index bbac117dfd..8922468309 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}