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:
b946732
)
add a todo flag to a comment so it won't get lost... low priority item though
author
Brian Demsky
<bdemsky@uci.edu>
Sat, 4 Aug 2012 07:21:05 +0000
(
02:21
-0500)
committer
Brian Demsky
<bdemsky@uci.edu>
Sat, 4 Aug 2012 07:21:05 +0000
(
02:21
-0500)
model.cc
patch
|
blob
|
history
diff --git
a/model.cc
b/model.cc
index
8f8bd88
..
d2e9f5e
100644
(file)
--- a/
model.cc
+++ b/
model.cc
@@
-339,7
+339,7
@@
void ModelChecker::check_current_action(void)
if (!already_added)
add_action_to_lists(curr);
- /* Is there a better interface for setting the next thread rather
+ /*
* @todo
Is there a better interface for setting the next thread rather
than this field/convoluted approach? Perhaps like just returning
it or something? */