X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=model.h;h=74cb4e1f29aaf2c649fce027fc9dd10c714eb562;hb=37add7f58b9494dff8f16ef8eb858194d46d1b37;hp=25e20b129dc6b5280fc28af939495b713c7b1971;hpb=c048e51dd194c09e76f6c1ec91b0e48a2a0f94d1;p=model-checker.git diff --git a/model.h b/model.h index 25e20b1..74cb4e1 100644 --- a/model.h +++ b/model.h @@ -57,9 +57,6 @@ public: Thread * get_thread(thread_id_t tid) const; Thread * get_thread(const ModelAction *act) const; - bool is_enabled(Thread *t) const; - bool is_enabled(thread_id_t tid) const; - Thread * get_current_thread() const; void switch_from_master(Thread *thread);