remove another field
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index cdc317c970cf865cc6e6ef07226f6e6cd806b241..9f7804d838bd079323ace1923df7254241c90590 100644 (file)
--- a/model.h
+++ b/model.h
@@ -20,7 +20,6 @@
 class Node;
 class NodeStack;
 class CycleGraph;
-class Promise;
 class Scheduler;
 class Thread;
 class ClockVector;
@@ -93,8 +92,6 @@ private:
 
        unsigned int get_num_threads() const;
 
-       void execute_sleep_set();
-
        bool next_execution();
        bool should_terminate_execution();