X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fcomm%2FHost.cpp;h=43ff56190d8894c3cdc7a99f80439af7a57fd2c5;hp=029082df5e2286f3227d3fc505e4f27c1774416c;hb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c;hpb=1a1b334a0d2b023bd778f0a19665cc9017dbc94a diff --git a/source/comm/Host.cpp b/source/comm/Host.cpp index 029082d..43ff561 100644 --- a/source/comm/Host.cpp +++ b/source/comm/Host.cpp @@ -59,7 +59,6 @@ throw(RuntimeException) { //------------------------------------------------------------------------------- comm::Server* comm::Host::createServer(const ServerAllocator& serverAllocator) throw(RuntimeException) { - const int remotePort = serverAllocator.getRemotePort(); Server* result = serverAllocator.apply(); result->setIgnoreIncomingMessages(serverAllocator.getIgnoreIncomingMessages()); return result;