model: remove leftover junk
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index 89d089d1051aafbcd95ae6cd4961c23f764be739..92592e5a8a191c2cc9421e944c32a2cc47c0eda1 100644 (file)
--- a/model.h
+++ b/model.h
@@ -74,9 +74,6 @@ public:
                trace_analyses.push_back(a);
        }
 
-       action_list_t * get_actions_on_obj(void * obj, thread_id_t tid);
-       ModelAction * get_last_action(thread_id_t tid) const;
-
        MEMALLOC
 private:
        /** The scheduler to use: tracks the running/ready Threads */