nodestack: push 'create_cv' functionality responsibility back to ModelChecker
[model-checker.git] / nodestack.cc
index 1d2bc9648fc1365d059cceab96490866c3fd2cf5..df5fc633ac37aba0b6df464f51be996ab8403eb6 100644 (file)
@@ -135,7 +135,6 @@ ModelAction * NodeStack::explore_action(ModelAction *act)
 
                /* Record action */
                get_head()->explore_child(act);
-               act->create_cv(get_head()->get_action());
                node_list.push_back(new Node(act, model->get_num_threads()));
                iter++;
        }