diff options
Diffstat (limited to 'src/Client.hxx')
-rw-r--r-- | src/Client.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Client.hxx b/src/Client.hxx index 37bf69409..3ce323d80 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 |