Index: base/memory/shared_memory_posix.cc |
diff --git a/base/memory/shared_memory_posix.cc b/base/memory/shared_memory_posix.cc |
index e6745ea3a7cf9e910defdd2fa9d94d50cc7123d1..efb0caf5bc9a29d805700c3abdad18ad6671a199 100644 |
--- a/base/memory/shared_memory_posix.cc |
+++ b/base/memory/shared_memory_posix.cc |
@@ -34,10 +34,6 @@ namespace base { |
namespace { |
-// Paranoia. Semaphores and shared memory segments should live in different |
-// namespaces, but who knows what's out there. |
-const char kSemaphoreSuffix[] = "-sem"; |
- |
LazyInstance<Lock>::Leaky g_thread_lock_ = LAZY_INSTANCE_INITIALIZER; |
} |