Remove snapshot stack
[c11tester.git] / snapshot.h
index 1aa1435f7fd6542dcbd42007e3bc6b2b4dcc4bba..47e48b234f0f2f9b980c710186b4eab9117a13e1 100644 (file)
@@ -9,9 +9,6 @@
 #include "config.h"
 #include "mymemory.h"
 
-void snapshot_add_memory_region(void *ptr, unsigned int numPages);
-snapshot_id take_snapshot();
-void snapshot_roll_back(snapshot_id theSnapShot);
 mspace create_shared_mspace();
 
 #endif