diff options
Diffstat (limited to 'base/thread_local_storage_posix.cc')
-rw-r--r-- | base/thread_local_storage_posix.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/thread_local_storage_posix.cc b/base/thread_local_storage_posix.cc index 80d5838..eac74fd 100644 --- a/base/thread_local_storage_posix.cc +++ b/base/thread_local_storage_posix.cc @@ -42,4 +42,3 @@ void ThreadLocalStorage::Slot::Set(void* value) { if (error) NOTREACHED(); } - |