| commit | 38d67db39cce632d02bfdc3413289cb6868faa71 | [log] [tgz] |
|---|---|---|
| author | Pavel Labath <labath@google.com> | Thu May 03 15:33:41 2018 +0000 |
| committer | Pavel Labath <labath@google.com> | Thu May 03 15:33:41 2018 +0000 |
| tree | b6ff8b90e58e88a5d17b36754c0be7a9aa7b4e6a | |
| parent | dc8abc45d236a3cbfb493cdf2b69a5c2fe8c33c5 [diff] |
Remove the timed_out out-argument from Predicate::WaitForValueEqualTo The function can only return in one of two ways: the Predicate value is successfully set within the allotted time, or it isn't (the wait times out). These states can be represented in the return value, and the extra arg adds no value. llvm-svn: 331458