aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nimgen.nim3
1 files changed, 0 insertions, 3 deletions
diff --git a/nimgen.nim b/nimgen.nim
index fc3e8ce..ffe2cbe 100644
--- a/nimgen.nim
+++ b/nimgen.nim
@@ -468,7 +468,6 @@ proc c2nim(fl, outfile, flags, ppflags: string, recurse, inline, preprocess, cta
passC = ""
outlib = ""
outpragma = ""
- outcompile = ""
passC = "import strutils\n"
for inc in gIncludes:
@@ -531,8 +530,6 @@ proc c2nim(fl, outfile, flags, ppflags: string, recurse, inline, preprocess, cta
freplace(outfile, " {.cdecl.})", ")")
# Include {.compile.} directives
- outcompile = compile(compile)
-
for cpl in compile:
let fcpl = search(cpl)
if getFileInfo(fcpl).kind == pcFile: