X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fcomm%2FHost.cpp;h=43ff56190d8894c3cdc7a99f80439af7a57fd2c5;hb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c;hp=029082df5e2286f3227d3fc505e4f27c1774416c;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git 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;