| Index: mojo/system/channel.cc
|
| diff --git a/mojo/system/channel.cc b/mojo/system/channel.cc
|
| index 8d5470d6cc41437db4df5dc46b9d70f6e42d7552..29bb38f404882bcee47045b676ec32323ab882c6 100644
|
| --- a/mojo/system/channel.cc
|
| +++ b/mojo/system/channel.cc
|
| @@ -258,9 +258,6 @@ void Channel::DetachMessagePipeEndpoint(
|
| case EndpointInfo::STATE_WAIT_REMOTE_REMOVE_ACK:
|
| NOTREACHED();
|
| break;
|
| - case EndpointInfo::STATE_WAIT_LOCAL_DETACH_AND_REMOTE_REMOVE_ACK:
|
| - it->second.state = EndpointInfo::STATE_WAIT_REMOTE_REMOVE_ACK;
|
| - break;
|
| }
|
| }
|
| if (!should_send_remove_message)
|
|
|