| Index: base/threading/thread.h
|
| diff --git a/base/threading/thread.h b/base/threading/thread.h
|
| index 45064240d76f8436ceb7ab51ff205be4646a8485..e49bf1dd683c4523aaf94e5e162088eb265d5e0c 100644
|
| --- a/base/threading/thread.h
|
| +++ b/base/threading/thread.h
|
| @@ -264,7 +264,6 @@ class BASE_EXPORT Thread : PlatformThread::Delegate {
|
|
|
| // The thread's handle.
|
| PlatformThreadHandle thread_;
|
| - mutable base::Lock thread_lock_; // Protects |thread_|.
|
|
|
| // The thread's id once it has started.
|
| PlatformThreadId id_ = kInvalidThreadId;
|
|
|