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:
0217e32
)
fix merge
author
Brian Demsky
<bdemsky@uci.edu>
Thu, 20 Sep 2012 00:42:13 +0000
(17:42 -0700)
committer
Brian Demsky
<bdemsky@uci.edu>
Thu, 20 Sep 2012 00:42:13 +0000
(17:42 -0700)
model.cc
patch
|
blob
|
history
diff --git
a/model.cc
b/model.cc
index aec05ffe4bc6a46c0bf00d2d252d8bfa2025613e..4f2d9e0f314b8fbc451867ee5676f81292ab6353 100644
(file)
--- a/
model.cc
+++ b/
model.cc
@@
-494,15
+494,6
@@
Thread * ModelChecker::check_current_action(ModelAction *curr)
build_reads_from_past(curr);
curr = newcurr;
- /* Add the action to lists before any other model-checking tasks */
- if (!second_part_of_rmw)
- add_action_to_lists(newcurr);
-
- /* Build may_read_from set for newly-created actions */
- if (curr == newcurr && curr->is_read())
- build_reads_from_past(curr);
- curr = newcurr;
-
/* Thread specific actions */
switch (curr->get_type()) {
case THREAD_CREATE: {