X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FSocketSource.test.cc;h=f7b416cd59e2a01011c5535221f4124630f49b22;hb=74febc7a9abc84c4939269b3443d15fc27f4e960;hp=52f34d30a42af673ea44bb66e85d0abce7100715;hpb=ab7ff164ab5ae711ec09ce2b24228510f1ffdcff;p=senf.git diff --git a/senf/PPI/SocketSource.test.cc b/senf/PPI/SocketSource.test.cc index 52f34d3..f7b416c 100644 --- a/senf/PPI/SocketSource.test.cc +++ b/senf/PPI/SocketSource.test.cc @@ -71,10 +71,6 @@ namespace { return (boost::format("localhost:%d") % port(i)).str(); } - std::string localhost6str(unsigned i) - { - return (boost::format("[::1]:%d") % port(i)).str(); - } } SENF_AUTO_UNIT_TEST(socketSource)