Remove mprotect snapshots
[c11tester.git] / snapshot.h
index d3fc7b80f9856e5c83a662ba1235c72a6f1b18f4..1aa1435f7fd6542dcbd42007e3bc6b2b4dcc4bba 100644 (file)
@@ -12,9 +12,6 @@
 void snapshot_add_memory_region(void *ptr, unsigned int numPages);
 snapshot_id take_snapshot();
 void snapshot_roll_back(snapshot_id theSnapShot);
-
-#if !USE_MPROTECT_SNAPSHOT
 mspace create_shared_mspace();
-#endif
 
 #endif