Implement spurious wakeup for ATOMIC_WAIT
[c11tester.git] / newfuzzer.cc
index 7d4e8b1810880f600393e76f5618af8dc2b9516b..76f4e4ceaec8a967ebb52ad54bba996268065588 100644 (file)
@@ -444,8 +444,3 @@ bool NewFuzzer::find_threads(ModelAction * pending_read)
 
        return finds_waiting_for;
 }
-
-bool NewFuzzer::shouldWait(const ModelAction * act)
-{
-       return true;
-}