diff options
Diffstat (limited to '')
-rw-r--r-- | src/event/ServerSocket.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/event/ServerSocket.hxx b/src/event/ServerSocket.hxx index 9faab1dab..314889517 100644 --- a/src/event/ServerSocket.hxx +++ b/src/event/ServerSocket.hxx @@ -28,12 +28,6 @@ struct sockaddr; class EventLoop; class Error; class AllocatedPath; - -typedef void (*server_socket_callback_t)(int fd, - const struct sockaddr *address, - size_t address_length, int uid, - void *ctx); - class OneServerSocket; /** |