Pass over the InternalError() changes.

This commit is contained in:
Robin Sommer 2013-10-11 14:47:25 -07:00
parent af446ec189
commit d6855dc4eb
14 changed files with 33 additions and 52 deletions

View file

@ -3607,9 +3607,9 @@ bool SocketComm::ProcessParentMessage()
default:
InternalError("unknown msgstate");
return false;
}
// Cannot be reached.
return false;
}