action: remove clockvector flag from print() method
[model-checker.git] / action.h
index 8dc88430f2b093969c00ed9f4cff18163072d776..32cada2b9db88f306cf3dc52df6b1bd473640709 100644 (file)
--- a/action.h
+++ b/action.h
@@ -66,7 +66,7 @@ class ModelAction {
 public:
        ModelAction(action_type_t type, memory_order order, void *loc, uint64_t value = VALUE_NONE);
        ~ModelAction();
-       void print(bool print_cv = true) const;
+       void print() const;
 
        thread_id_t get_tid() const { return tid; }
        action_type get_type() const { return type; }