Index: base/lock_impl_posix.cc |
diff --git a/base/lock_impl_posix.cc b/base/lock_impl_posix.cc |
index 6c7043631e4ae42050ed2f990cbbe8a34e7c5031..59f7793feee122d7ed41caf021568e7409c7c446 100644 |
--- a/base/lock_impl_posix.cc |
+++ b/base/lock_impl_posix.cc |
@@ -46,4 +46,3 @@ void LockImpl::Unlock() { |
int rv = pthread_mutex_unlock(&os_lock_); |
DCHECK(rv == 0); |
} |
- |