X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FUDPServer.test.cc;h=c3357659d3d076e011bcfdae5a078aeb3fe7894c;hb=refs%2Fheads%2Fmaster;hp=5c4ec85dae2731bf1b5e5d628c67d0d0c3139510;hpb=ab7ff164ab5ae711ec09ce2b24228510f1ffdcff;p=senf.git diff --git a/senf/Utils/Console/UDPServer.test.cc b/senf/Utils/Console/UDPServer.test.cc index 5c4ec85..c335765 100644 --- a/senf/Utils/Console/UDPServer.test.cc +++ b/senf/Utils/Console/UDPServer.test.cc @@ -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;