Index: base/thread_local_storage_posix.cc |
diff --git a/base/thread_local_storage_posix.cc b/base/thread_local_storage_posix.cc |
index 80d5838828ca6366f317ab7d97290424de0eef26..eac74fddf73e7b4302337317d574614aeb41ad80 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(); |
} |
- |