diff options
Diffstat (limited to 'compiler/cgendata.nim')
-rw-r--r-- | compiler/cgendata.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/cgendata.nim b/compiler/cgendata.nim index 144ab9304..ffaacb8e8 100644 --- a/compiler/cgendata.nim +++ b/compiler/cgendata.nim @@ -98,7 +98,6 @@ var mainModProcs*, mainModInit*: PRope # parts of the main module gMapping*: PRope # the generated mapping file (if requested) gProcProfile*: Natural # proc profile counter - gGeneratedSyms*: TIntSet # set of ID's of generated symbols gPendingModules*: seq[BModule] = @[] # list of modules that are not # finished with code generation gForwardedProcsCounter*: int = 0 |