schedule: drop the ModelChecker::check_promises_thread_disabled interface
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index 4dbe557222c40a0a7d92fb55227a202d54f069f6..cfc652866da765899fa3e6f452b3403fa6bcc03b 100644 (file)
--- a/model.h
+++ b/model.h
@@ -58,13 +58,11 @@ public:
        bool is_enabled(Thread *t) const;
        bool is_enabled(thread_id_t tid) const;
 
-       thread_id_t get_next_id();
        unsigned int get_num_threads() const;
        Thread * get_current_thread() const;
 
        void switch_from_master(Thread *thread);
        uint64_t switch_to_master(ModelAction *act);
-       void check_promises_thread_disabled();
 
        bool assert_bug(const char *msg, ...);
        void assert_user_bug(const char *msg);