several fixes for clang/llvm
[senf.git] / senf / Utils / Console / UDPServer.test.cc
index 5c4ec85..c335765 100644 (file)
@@ -62,11 +62,6 @@ namespace {
         return (boost::format("localhost:%d") % port(i)).str();
     }
 
-    std::string localhost6str(unsigned i)
-    {
-        return (boost::format("[::1]:%d") % port(i)).str();
-    }
-
     unsigned nread (0);
     unsigned flags (0);
     std::string data;