Remove warnings
[anna.git] / source / comm / Host.cpp
index 029082d..43ff561 100644 (file)
@@ -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;