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