X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=model.cc;h=62be08746db8ad95fe4aa09283c2f2034250a750;hb=a2b1ce7713d29dd465afc54660781aa04dc7db59;hp=28880dd266ead573229604e03a2d3370b89d4057;hpb=ee410adc01be424c3e5e28f273153afd66a49a83;p=model-checker.git diff --git a/model.cc b/model.cc index 28880dd..62be087 100644 --- a/model.cc +++ b/model.cc @@ -31,7 +31,7 @@ ModelChecker::ModelChecker() ModelChecker::~ModelChecker() { - std::map, MyAlloc< std::pair< int, class Thread * > > >::iterator it; + std::map::iterator it; for (it = thread_map.begin(); it != thread_map.end(); it++) delete (*it).second; thread_map.clear();