projects
/
model-checker.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
model: remove redundant code (is_enabled)
[model-checker.git]
/
model.h
diff --git
a/model.h
b/model.h
index
25e20b1
..
74cb4e1
100644
(file)
--- 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;
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);
Thread * get_current_thread() const;
void switch_from_master(Thread *thread);