planning to build a predicate generator based on values that have been written to...
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index 1269e76e1edf00d47951bc3c60001fee8658fe33..9fb94228a3a9f6460a17dbe6f74754062a5934f8 100644 (file)
--- a/model.h
+++ b/model.h
@@ -59,6 +59,7 @@ public:
        uint64_t switch_to_master(ModelAction *act);
 
        bool assert_bug(const char *msg, ...);
+
        void assert_user_bug(const char *msg);
 
        model_params params;
@@ -73,7 +74,6 @@ private:
 
        /** The scheduler to use: tracks the running/ready Threads */
        Scheduler * const scheduler;
-       NodeStack * const node_stack;
        ModelExecution *execution;
        Thread * init_thread;
        ModelHistory *history;