X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e31de8226f81ac0d38666423f60ea4754da1b874..477b12ff719d3749b8d8f85035bd6384fee9be0d:/lib/client.c diff --git a/lib/client.c b/lib/client.c index fdf0abe..fb1b1cc 100644 --- a/lib/client.c +++ b/lib/client.c @@ -114,11 +114,6 @@ void disorder_force_unpriv(disorder_client *c) { c->trypriv = 0; } -/** @brief Return the address family used by this client */ -int disorder_client_af(disorder_client *c) { - return c->family; -} - /** @brief Determine the local socket address of this client */ int disorder_client_sockname(disorder_client *c, struct sockaddr *sa, socklen_t *len_inout) {