ignore futex notify if no successful futex wait was performed in the same location...
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index 1269e76e1edf00d47951bc3c60001fee8658fe33..be9c86afca6d973b0bec4280654fb6c819268489 100644 (file)
--- a/model.h
+++ b/model.h
@@ -73,7 +73,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;