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:
f465455
)
model: remove unnecessary DEBUG()
author
Brian Norris
<banorris@uci.edu>
Thu, 15 Nov 2012 21:29:44 +0000
(13:29 -0800)
committer
Brian Norris
<banorris@uci.edu>
Fri, 16 Nov 2012 01:38:55 +0000
(17:38 -0800)
model.cc
patch
|
blob
|
history
diff --git
a/model.cc
b/model.cc
index de3b3259d79c1b47c78c75ed7fd41e3352fa764a..3ed8203fe9a2111618ced00d3ac07bf0cc5a6ac1 100644
(file)
--- a/
model.cc
+++ b/
model.cc
@@
-337,9
+337,6
@@
bool ModelChecker::next_execution()
num_feasible_executions++;
}
- DEBUG("Number of acquires waiting on pending release sequences: %zu\n",
- pending_rel_seqs->size());
-
if (isfinalfeasible() || DBG_ENABLED()) {
checkDataRaces();