projects
/
c11tester.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
model: remove extraneous copy-and-paste
[c11tester.git]
/
model.cc
diff --git
a/model.cc
b/model.cc
index
cd20321
..
82b9060
100644
(file)
--- a/
model.cc
+++ b/
model.cc
@@
-2006,10
+2006,6
@@
void ModelChecker::add_action_to_lists(ModelAction *act)
if (tid >= (int)vec->size())
vec->resize(priv->next_thread_id);
(*vec)[tid].push_back(act);
-
- if ((int)thrd_last_action->size() <= tid)
- thrd_last_action->resize(get_num_threads());
- (*thrd_last_action)[tid] = act;
}
}