aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-02-10 20:24:23 +0100
committerMax Kellermann <max@duempel.org>2015-02-10 20:24:23 +0100
commit68fcbaf4c82f57ee0fd1ac6a6b3096796518a676 (patch)
treeaa56bc88f50962bb3f31f306601e500791559cbb
parent9c83d3c78cb4ae9e36e62160359b60b1f05c4bf5 (diff)
downloadmpd-68fcbaf4c82f57ee0fd1ac6a6b3096796518a676.tar.gz
mpd-68fcbaf4c82f57ee0fd1ac6a6b3096796518a676.tar.xz
mpd-68fcbaf4c82f57ee0fd1ac6a6b3096796518a676.zip
event/ServerSocket: remove obsolete typedef
-rw-r--r--src/event/ServerSocket.hxx6
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;
/**