threads: move circular wait check into Threads::is_waiting_on
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index 355764b7c4d290cfb3de64f7f0c0086a0ba83c73..6809612a9a996ee9072ce32e30f4df5982d5163d 100644 (file)
--- a/model.h
+++ b/model.h
@@ -282,7 +282,6 @@ private:
        bool is_feasible_prefix_ignore_relseq() const;
        bool is_infeasible() const;
        bool is_deadlocked() const;
-       bool is_circular_wait(const Thread *t) const;
        bool is_complete_execution() const;
        bool have_bug_reports() const;
        void print_bugs() const;