model: add get_last_seq_cst_fence
[c11tester.git] / clockvector.h
index 6a902c5215342bae0313d56b3e6cfa8267bd79cf..9000a5d72eddd90ba1ba5964e4a12105a75ca9b1 100644 (file)
@@ -17,7 +17,6 @@ public:
        ~ClockVector();
        void merge(const ClockVector *cv);
        bool synchronized_since(const ModelAction *act) const;
-       bool has_synchronized_with(const ClockVector *cv) const;
 
        void print() const;
        modelclock_t getClock(thread_id_t thread);