From 1e2018ce831654f5bf649c5ae4d2e9b003c5a52e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 15 Jan 2013 10:11:08 +0100 Subject: Client: move connection functions into the class --- src/Client.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Client.hxx') diff --git a/src/Client.hxx b/src/Client.hxx index 37bf6940..3ce323d8 100644 --- a/src/Client.hxx +++ b/src/Client.hxx @@ -37,9 +37,6 @@ void client_new(Partition &partition, int fd, const struct sockaddr *sa, size_t sa_length, int uid); -gcc_pure -bool client_is_expired(const Client *client); - /** * returns the uid of the client process, or a negative value if the * uid is unknown -- cgit v1.2.3