diff options
Diffstat (limited to 'base/non_thread_safe.h')
-rw-r--r-- | base/non_thread_safe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/non_thread_safe.h b/base/non_thread_safe.h index 2791fe0..a0ba759 100644 --- a/base/non_thread_safe.h +++ b/base/non_thread_safe.h @@ -32,7 +32,6 @@ class NonThreadSafe { NonThreadSafe(); ~NonThreadSafe(); - protected: bool CalledOnValidThread() const; private: @@ -45,7 +44,6 @@ class NonThreadSafe { NonThreadSafe() {} ~NonThreadSafe() {} - protected: bool CalledOnValidThread() const { return true; } |