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:
2d4e677
)
cyclegraph: kill unused promise_list_t type
author
Brian Norris
<banorris@uci.edu>
Thu, 11 Apr 2013 17:57:30 +0000
(10:57 -0700)
committer
Brian Norris
<banorris@uci.edu>
Thu, 11 Apr 2013 17:57:30 +0000
(10:57 -0700)
cyclegraph.h
patch
|
blob
|
history
diff --git
a/cyclegraph.h
b/cyclegraph.h
index a03ebca4bff1ca3a2fc950acbd33f043c49b2068..1a3e0eb63f722b95c11b416373e4ca39a9069ddb 100644
(file)
--- a/
cyclegraph.h
+++ b/
cyclegraph.h
@@
-21,8
+21,6
@@
class Promise;
class CycleNode;
class ModelAction;
-typedef ModelVector<const Promise *> promise_list_t;
-
/** @brief A graph of Model Actions for tracking cycles. */
class CycleGraph {
public: