add more classes to snapshotting region
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index 99ec69e62eb6908e1db1ea104f0c05222b0f3d9c..9d2fd5a17f402babf0aeae888c00c6d2c0b75d46 100644 (file)
--- a/model.h
+++ b/model.h
@@ -63,7 +63,7 @@ private:
 
        ucontext_t *system_context;
        action_list_t *action_trace;
-       std::map<int, class Thread *, std::less< int >, MyAlloc< std::pair< const int, class Thread * > > > thread_map;
+       std::map<int, class Thread *> thread_map;
        class NodeStack *node_stack;
        ModelAction *next_backtrack;
 };