projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
764e703
)
action: remove unused ModelAction::set_value()
author
Brian Norris
<banorris@uci.edu>
Wed, 11 Jul 2012 19:15:06 +0000
(12:15 -0700)
committer
Brian Norris
<banorris@uci.edu>
Wed, 11 Jul 2012 19:15:06 +0000
(12:15 -0700)
action.h
patch
|
blob
|
history
diff --git
a/action.h
b/action.h
index 111ac31124ef89d796e8d163c1b39a097c9a2c7c..4504fd8c089c71eaa60e10d25ecbbba61c26ec5f 100644
(file)
--- a/
action.h
+++ b/
action.h
@@
-50,7
+50,6
@@
public:
Node * get_node() const { return node; }
void set_node(Node *n) { node = n; }
- void set_value(int val) { value = val; }
bool is_read() const;
bool is_write() const;