missing changes
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index 90180a993ecb065eeb062432b83342cc9fd785c4..fec8d1f1ea55bf331017f9817515cae7e0d93c34 100644 (file)
--- a/model.h
+++ b/model.h
@@ -89,9 +89,6 @@ private:
        /** The scheduler to use: tracks the running/ready Threads */
        Scheduler *scheduler;
        
-       bool ensure_rmw_acyclic(const ModelAction * read, const ModelAction *write);
-
-
        bool thin_air_constraint_may_allow(const ModelAction * writer, const ModelAction *reader);
        bool has_asserted() {return asserted;}
        void reset_asserted() {asserted=false;}