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:
4ec9145
)
model: remove free_action_list() function
author
Brian Norris
<banorris@uci.edu>
Mon, 14 May 2012 19:08:13 +0000
(12:08 -0700)
committer
Brian Norris
<banorris@uci.edu>
Tue, 15 May 2012 17:20:56 +0000
(10:20 -0700)
model.cc
patch
|
blob
|
history
diff --git
a/model.cc
b/model.cc
index f4da33071170beb37d21e55fbe21f498281a79a2..90dcdc7f1620c65a47f4a889ca023eb824123cb8 100644
(file)
--- a/
model.cc
+++ b/
model.cc
@@
-10,14
+10,6
@@
ModelChecker *model;
-void free_action_list(action_list_t *list)
-{
- action_list_t::iterator it;
- for (it = list->begin(); it != list->end(); it++)
- delete (*it);
- delete list;
-}
-
ModelChecker::ModelChecker()
:
/* Initialize default scheduler */