summaryrefslogtreecommitdiffstats
path: root/base/thread.h
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-10 10:54:06 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-10 10:54:06 +0000
commitf886b7bf801cbdd2d9e4b31a8f74bc7490922cd4 (patch)
tree1ab6d88512e17de10c913cc163a31a7d5b2369bd /base/thread.h
parent83c7264800194b0d9ffdce49c57a3fdd5cf6a1a0 (diff)
downloadchromium_src-f886b7bf801cbdd2d9e4b31a8f74bc7490922cd4.zip
chromium_src-f886b7bf801cbdd2d9e4b31a8f74bc7490922cd4.tar.gz
chromium_src-f886b7bf801cbdd2d9e4b31a8f74bc7490922cd4.tar.bz2
Move a bunch of code from the old to new TLS interface.
Review URL: http://codereview.chromium.org/1660 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1982 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/thread.h')
-rw-r--r--base/thread.h2
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);