diff options
Diffstat (limited to 'base/thread.h')
-rw-r--r-- | base/thread.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/thread.h b/base/thread.h index 8d08ade..93ba037 100644 --- a/base/thread.h +++ b/base/thread.h @@ -136,8 +136,6 @@ class Thread : PlatformThread::Delegate { // The name of the thread. Used for debugging purposes. std::string name_; - static TLSSlot tls_index_; - friend class ThreadQuitTask; DISALLOW_COPY_AND_ASSIGN(Thread); |