diff options
Diffstat (limited to 'lib/system/gc.nim')
-rwxr-xr-x | lib/system/gc.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/system/gc.nim b/lib/system/gc.nim index 619b1c9b1..29fd2eae5 100755 --- a/lib/system/gc.nim +++ b/lib/system/gc.nim @@ -279,7 +279,6 @@ proc initGC() = init(gch.tempStack) Init(gch.cycleRoots) Init(gch.decStack) - new(gOutOfMem) # reserve space for the EOutOfMemory exception here! proc forAllSlotsAux(dest: pointer, n: ptr TNimNode, op: TWalkOp) = var d = cast[TAddress](dest) |