diff options
Diffstat (limited to 'include/socket.h')
-rw-r--r-- | include/socket.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/socket.h b/include/socket.h index f6934b771..3abbeef32 100644 --- a/include/socket.h +++ b/include/socket.h @@ -109,9 +109,6 @@ namespace irc */ CoreExport bool MatchCIDR(const std::string &address, const std::string &cidr_mask, bool match_with_username); - /** Return the size of the structure for syscall passing */ - inline int sa_size(const irc::sockets::sockaddrs& sa) { return sa.sa_size(); } - /** Convert an address-port pair into a binary sockaddr * @param addr The IP address, IPv4 or IPv6 * @param port The port, 0 for unspecified |