promise: get reference to ModelExecution
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index dd5df93b0d9466747330160bd9437b569529bd90..4dbe557222c40a0a7d92fb55227a202d54f069f6 100644 (file)
--- a/model.h
+++ b/model.h
@@ -54,7 +54,6 @@ public:
 
        Thread * get_thread(thread_id_t tid) const;
        Thread * get_thread(const ModelAction *act) const;
-       int get_promise_number(const Promise *promise) const;
 
        bool is_enabled(Thread *t) const;
        bool is_enabled(thread_id_t tid) const;