ServerContextImpl::setServerPort not fully implemented

actually calling this can only break things.
This commit is contained in:
Michael Davidsaver
2015-12-10 20:42:37 -05:00
parent d68b19e703
commit 9068fa3950
2 changed files with 0 additions and 11 deletions

View File

@@ -593,11 +593,6 @@ int32 ServerContextImpl::getServerPort()
return _serverPort;
}
void ServerContextImpl::setServerPort(int32 port)
{
_serverPort = port;
}
int32 ServerContextImpl::getBroadcastPort()
{
return _broadcastPort;