projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0411b14
)
model: remove debug print
author
Brian Norris
<banorris@uci.edu>
Mon, 1 Oct 2012 17:55:23 +0000
(10:55 -0700)
committer
Brian Norris
<banorris@uci.edu>
Mon, 1 Oct 2012 17:55:23 +0000
(10:55 -0700)
model.cc
patch
|
blob
|
history
diff --git
a/model.cc
b/model.cc
index 3b8277080635688b6e9ddff8bfcb8011995ed315..1711e1a002b6d105cb413efec6c20e644f51f0f8 100644
(file)
--- a/
model.cc
+++ b/
model.cc
@@
-1634,8
+1634,6
@@
bool ModelChecker::take_step() {
if (curr->get_state() == THREAD_READY) {
ASSERT(priv->current_action);
- if (priv->current_action->get_seq_number()>600)
- print_summary();
priv->nextThread = check_current_action(priv->current_action);
priv->current_action = NULL;
if (curr->is_blocked() || curr->is_complete())