Merge "Expose status, add backward compat in tests and remove unused code"
This commit is contained in:
@@ -27,10 +27,6 @@ void Lock::Release() {
|
||||
impl_->lock_.unlock();
|
||||
}
|
||||
|
||||
bool Lock::Try() {
|
||||
return (impl_->lock_.tryLock() == 0);
|
||||
}
|
||||
|
||||
} // namespace wvcdm
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user