Index: base/threading/thread_local_storage.h |
=================================================================== |
--- base/threading/thread_local_storage.h (revision 112058) |
+++ base/threading/thread_local_storage.h (working copy) |
@@ -77,8 +77,6 @@ |
// Function to lazily initialize our thread local storage. |
static void **Initialize(); |
rvargas (doing something else)
2011/11/30 04:01:49
We could also move this to the cc file.
jar (doing other things)
2011/11/30 07:31:30
Done. (and renamed to be readable)
|
- static long tls_key_; |
- static long tls_max_; |
#endif // OS_WIN |
DISALLOW_COPY_AND_ASSIGN(ThreadLocalStorage); |