(snapshot) removing mbFinalize and usage of finalize
[c11tester.git] / snapshot-interface.h
index 48fa2e3e0915247f6baece67fa46c62d5f21e7cb..5f54edb87f00f3299c20b1dc7beb9b5f4149107d 100644 (file)
@@ -13,7 +13,6 @@ typedef void (*VoidFuncPtr)();
 void initSnapShotLibrary(unsigned int numbackingpages,
                unsigned int numsnapshots, unsigned int nummemoryregions,
                unsigned int numheappages, VoidFuncPtr entryPoint);
-void finalize();
 
 struct stackEntry {
   struct stackEntry *next;