Index: ipc/ipc_channel_posix.cc |
diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc |
index 7f0a1fe83896ba9a7ad0a054a5d0803d0b1175bd..1223ea6d95c3d49796da9d16fd211f9d598422ad 100644 |
--- a/ipc/ipc_channel_posix.cc |
+++ b/ipc/ipc_channel_posix.cc |
@@ -1054,13 +1054,6 @@ base::ProcessId ChannelPosix::GetSelfPID() const { |
return GetHelloMessageProcId(); |
} |
-ChannelHandle ChannelPosix::TakePipeHandle() { |
- ChannelHandle handle = ChannelHandle(pipe_name_, |
- base::FileDescriptor(pipe_, false)); |
- pipe_ = -1; |
- return handle; |
-} |
- |
//------------------------------------------------------------------------------ |
// Channel's methods |