Merge "Expose status, add backward compat in tests and remove unused code"

This commit is contained in:
Rahul Frias
2015-09-26 01:19:57 +00:00
committed by Android (Google) Code Review
6 changed files with 35 additions and 10 deletions

View File

@@ -27,10 +27,6 @@ void Lock::Release() {
impl_->lock_.unlock();
}
bool Lock::Try() {
return (impl_->lock_.tryLock() == 0);
}
} // namespace wvcdm