client: eliminate client_printf()

This commit is contained in:
Max Kellermann
2018-01-20 00:17:41 +01:00
parent 86c7ab29f4
commit 2dac3ef58e
2 changed files with 0 additions and 26 deletions

View File

@@ -241,11 +241,4 @@ void
client_new(EventLoop &loop, Partition &partition,
UniqueSocketDescriptor fd, SocketAddress address, int uid) noexcept;
/**
* Write a printf-like formatted string to the client.
*/
gcc_printf(2,3)
void
client_printf(Client &client, const char *fmt, ...);
#endif