X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=clockvector.h;h=9000a5d72eddd90ba1ba5964e4a12105a75ca9b1;hb=37bf8e7d54c72e0aeee029a491e45bb9d7b2f409;hp=6a902c5215342bae0313d56b3e6cfa8267bd79cf;hpb=f9772fc7b25c7c632e51e0888599f0063bc40d60;p=model-checker.git diff --git a/clockvector.h b/clockvector.h index 6a902c5..9000a5d 100644 --- a/clockvector.h +++ b/clockvector.h @@ -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);