diff options
Diffstat (limited to 'compiler/cgen.nim')
-rwxr-xr-x | compiler/cgen.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/cgen.nim b/compiler/cgen.nim index 5bdbefde1..d024f3479 100755 --- a/compiler/cgen.nim +++ b/compiler/cgen.nim @@ -799,8 +799,6 @@ proc genVarPrototypeAux(m: BModule, sym: PSym) = proc genVarPrototype(m: BModule, sym: PSym) = genVarPrototypeAux(m, sym) - if sfExportc in sym.flags and generatedHeader != nil: - genVarPrototypeAux(generatedHeader, sym) proc addIntTypes(result: var PRope) {.inline.} = appf(result, "#define NIM_INTBITS $1", [ |