Index: libcfa/src/heap.cfa
===================================================================
--- libcfa/src/heap.cfa	(revision dab98b3e6881dad67ef85ce48152700f6122f315)
+++ libcfa/src/heap.cfa	(revision 312029a731fd1bf1cdd24d3e1d75abf51eb09d71)
@@ -10,6 +10,6 @@
 // Created On       : Tue Dec 19 21:58:35 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Dec  4 21:42:46 2019
-// Update Count     : 646
+// Last Modified On : Sun Dec  8 21:01:31 2019
+// Update Count     : 647
 //
 
@@ -332,10 +332,9 @@
 
 
-// #comment TD : Is this the samething as Out-of-Memory?
-static inline void noMemory() {
-	abort( "Heap memory exhausted at %zu bytes.\n"
-		   "Possible cause is very large memory allocation and/or large amount of unfreed storage allocated by the program or system/library routines.",
-		   ((char *)(sbrk( 0 )) - (char *)(heapManager.heapBegin)) );
-} // noMemory
+// static inline void noMemory() {
+// 	abort( "Heap memory exhausted at %zu bytes.\n"
+// 		   "Possible cause is very large memory allocation and/or large amount of unfreed storage allocated by the program or system/library routines.",
+// 		   ((char *)(sbrk( 0 )) - (char *)(heapManager.heapBegin)) );
+// } // noMemory
 
 
