model: cleanup a few more interfaces
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index 3f9e6c2ea8867338dedea119acc698cd8458dcd3..dd5df93b0d9466747330160bd9437b569529bd90 100644 (file)
--- a/model.h
+++ b/model.h
@@ -65,10 +65,7 @@ public:
 
        void switch_from_master(Thread *thread);
        uint64_t switch_to_master(ModelAction *act);
 
        void switch_from_master(Thread *thread);
        uint64_t switch_to_master(ModelAction *act);
-       ClockVector * get_cv(thread_id_t tid) const;
-       ModelAction * get_parent_action(thread_id_t tid) const;
        void check_promises_thread_disabled();
        void check_promises_thread_disabled();
-       bool isfeasibleprefix() const;
 
        bool assert_bug(const char *msg, ...);
        void assert_user_bug(const char *msg);
 
        bool assert_bug(const char *msg, ...);
        void assert_user_bug(const char *msg);