let us set the size of the heap in a sane way
[c11tester.git] / snapshot-interface.cc
index 2ee01a46bb5442a15ac0302bf5390280b7a983c6..952d7906c984a75f32be66b45c11eed8ca105611 100644 (file)
@@ -77,7 +77,6 @@ void SnapshotGlobalSegments(){
 //declaration of constructor....
 snapshotStack::snapshotStack(){
   SnapshotGlobalSegments();
-  AddUserHeapToSnapshot();
   stack=NULL;
 }