model: remove redundant code (is_enabled)
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index 25e20b129dc6b5280fc28af939495b713c7b1971..74cb4e1f29aaf2c649fce027fc9dd10c714eb562 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;
 
-       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);