Index: ipc/ipc_channel_posix.cc |
=================================================================== |
--- ipc/ipc_channel_posix.cc (revision 69359) |
+++ ipc/ipc_channel_posix.cc (working copy) |
@@ -298,7 +298,6 @@ |
#endif // IPC_USES_READWRITE |
pipe_name_(channel_handle.name), |
listener_(listener), |
- must_unlink_(false), |
factory_(this) { |
// Check to see if we want to implement using domain sockets. |
bool uses_domain_socket = false; |