model: don't export Scheduler
authorBrian Norris <banorris@uci.edu>
Wed, 14 Nov 2012 23:56:55 +0000 (15:56 -0800)
committerBrian Norris <banorris@uci.edu>
Wed, 14 Nov 2012 23:56:57 +0000 (15:56 -0800)
I removed any users of the get_scheduler() function.

model.h

diff --git a/model.h b/model.h
index b8832ef0344891ae36ba8abe3a7fd1b5fda89510..6e7f2244c66999c85a76f00f91d024f3dc6593f5 100644 (file)
--- a/model.h
+++ b/model.h
@@ -115,7 +115,6 @@ public:
        void set_bad_synchronization() { bad_synchronization = true; }
 
        const model_params params;
        void set_bad_synchronization() { bad_synchronization = true; }
 
        const model_params params;
-       Scheduler * get_scheduler() { return scheduler;}
        Node * get_curr_node();
 
        MEMALLOC
        Node * get_curr_node();
 
        MEMALLOC