X-Git-Url: http://g0dil.de/git?p=senf.git;a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FUDPServer.test.cc;fp=senf%2FUtils%2FConsole%2FUDPServer.test.cc;h=c3357659d3d076e011bcfdae5a078aeb3fe7894c;hp=5c4ec85dae2731bf1b5e5d628c67d0d0c3139510;hb=74febc7a9abc84c4939269b3443d15fc27f4e960;hpb=9de1568365b7ac411b84da000e18516d9c3b3293 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;