snapshot: define macros with type size_t
[c11tester.git] / snapshot-interface.h
index 1c4c32b0339c574bc7bde31096a78c2fec3a5932..48fa2e3e0915247f6baece67fa46c62d5f21e7cb 100644 (file)
@@ -15,8 +15,6 @@ void initSnapShotLibrary(unsigned int numbackingpages,
                unsigned int numheappages, VoidFuncPtr entryPoint);
 void finalize();
 
-void SnapshotGlobalSegments();
-
 struct stackEntry {
   struct stackEntry *next;
   snapshot_id snapshotid;