dataraces: don't print an uninformative "Data race" bug msg
authorBrian Norris <banorris@uci.edu>
Fri, 16 Nov 2012 22:44:32 +0000 (14:44 -0800)
committerBrian Norris <banorris@uci.edu>
Fri, 16 Nov 2012 22:44:32 +0000 (14:44 -0800)
Now that checkDataRaces() handles all bug reporting and assertions on
its own, we don't need an additional bug report message printed by the
caller. In some cases, this means the caller doesn't have any action to
take. In one case (a race immediately-realized from a user thread), we
still need to "bail out" to the model-checker.


No differences found