summary refs log tree commit diff stats
path: root/lib/system/gc.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system/gc.nim')
-rwxr-xr-xlib/system/gc.nim1
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)