| Index: ppapi/native_client/src/include/ref_counted.h
|
| diff --git a/ppapi/native_client/src/include/ref_counted.h b/ppapi/native_client/src/include/ref_counted.h
|
| index d62e020eafeb405fbbe423f59df730bcc5e3b223..98c50ed69c4aba9f8e69d5034a3ac995b0b72e29 100644
|
| --- a/ppapi/native_client/src/include/ref_counted.h
|
| +++ b/ppapi/native_client/src/include/ref_counted.h
|
| @@ -13,8 +13,6 @@ namespace subtle {
|
|
|
| class RefCountedBase {
|
| public:
|
| - static bool ImplementsThreadSafeReferenceCounting() { return true; }
|
| -
|
| bool HasOneRef() const {
|
| nacl::ScopedNaClMutexLock ml(&mu_);
|
| return (ref_count_ == 1);
|
|
|