Index: base/memory/shared_memory_posix.cc |
diff --git a/base/memory/shared_memory_posix.cc b/base/memory/shared_memory_posix.cc |
index b483c6d8f9a1fbe82e343645e34c6ebd391a011f..3883de4941c617d09b369ef79bcba30b5f8f81ad 100644 |
--- a/base/memory/shared_memory_posix.cc |
+++ b/base/memory/shared_memory_posix.cc |
@@ -58,11 +58,6 @@ bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) { |
} |
// static |
-SharedMemoryHandle SharedMemory::NULLHandle() { |
- return SharedMemoryHandle(); |
-} |
- |
-// static |
void SharedMemory::CloseHandle(const SharedMemoryHandle& handle) { |
DCHECK(handle.IsValid()); |
handle.Close(); |