projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
365a607
)
model: don't export Scheduler
author
Brian Norris
<banorris@uci.edu>
Wed, 14 Nov 2012 23:56:55 +0000
(15:56 -0800)
committer
Brian 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
patch
|
blob
|
history
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;
- Scheduler * get_scheduler() { return scheduler;}
Node * get_curr_node();
MEMALLOC