remove unused code
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index 9e52f53752e016152bcc9d8267890472e391d1a8..d71ad8f69204f9a1905269595f80cdbff191a0f8 100644 (file)
--- a/model.h
+++ b/model.h
@@ -41,7 +41,6 @@ public:
        void exit_model_checker();
 
        ModelExecution * get_execution() const { return execution; }
-       ModelHistory * get_history() const { return history; }
 
        int get_execution_number() const { return execution_number; }
 
@@ -70,7 +69,6 @@ private:
 
        /** The scheduler to use: tracks the running/ready Threads */
        Scheduler * const scheduler;
-       ModelHistory * history;
        ModelExecution *execution;
        Thread * init_thread;