Merge branch 'master' of ssh://demsky.eecs.uci.edu/home/git/model-checker
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index 8d79eb56a43ef36fe02dfc5ec4b6463f719b0126..4635644b6b40b6bf1cfda8d08fc587b3a0fe67bb 100644 (file)
--- a/model.h
+++ b/model.h
@@ -78,8 +78,7 @@ private:
        void add_action_to_lists(ModelAction *act);
        ModelAction * get_last_action(thread_id_t tid);
        ModelAction * get_parent_action(thread_id_t tid);
-
-       void print_list(action_list_t *list);
+       void build_reads_from_past(ModelAction *curr);
 
        ModelAction *current_action;
        ModelAction *diverge;