Index: libcfa/src/heap.cfa
===================================================================
--- libcfa/src/heap.cfa	(revision e307e12f8cb3e70b7a3e22f11583c9e108c0e472)
+++ libcfa/src/heap.cfa	(revision 98d6965d977b39416143b988d932952fb731637a)
@@ -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
 
 
