X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=clockvector.h;h=9000a5d72eddd90ba1ba5964e4a12105a75ca9b1;hp=6a902c5215342bae0313d56b3e6cfa8267bd79cf;hb=4159ba45e83f6542e3a3320e83bca9fbaf2da3ea;hpb=f4d77c40b4029cdc18f4aaa5a4e01dfbcfca5f7b diff --git a/clockvector.h b/clockvector.h index 6a902c52..9000a5d7 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);