From a4a37d7a196903d73180081159886de214b95849 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 21 Jul 2015 14:42:46 +0200 Subject: net/StaticSocketAddress: remove unused method SetLocal() --- src/net/StaticSocketAddress.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/net/StaticSocketAddress.hxx') diff --git a/src/net/StaticSocketAddress.hxx b/src/net/StaticSocketAddress.hxx index c91231138..2d92d36b5 100644 --- a/src/net/StaticSocketAddress.hxx +++ b/src/net/StaticSocketAddress.hxx @@ -31,7 +31,6 @@ #define STATIC_SOCKET_ADDRESS_HXX #include "SocketAddress.hxx" -#include "Features.hxx" #include "Compiler.h" #include @@ -57,13 +56,6 @@ public: size); } -#if defined(HAVE_UN) && !defined(__BIONIC__) - /** - * Make this a "local" address (UNIX domain socket). - */ - void SetLocal(const char *path); -#endif - operator struct sockaddr *() { return reinterpret_cast(&address); } -- cgit v1.2.3