X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=clockvector.h;h=9000a5d72eddd90ba1ba5964e4a12105a75ca9b1;hb=90ef0247c8d0cb26b78e66e553ec8097fd1b9f0d;hp=6a902c5215342bae0313d56b3e6cfa8267bd79cf;hpb=81ea453e58cbb85fddff3aa8919dfbc59c3140eb;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);