aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/SocketUtil.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/net/SocketUtil.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/SocketUtil.hxx b/src/net/SocketUtil.hxx
index c0a0c95db..e7f6b8eaa 100644
--- a/src/net/SocketUtil.hxx
+++ b/src/net/SocketUtil.hxx
@@ -37,7 +37,6 @@ class Error;
* @param type the socket type, e.g. SOCK_STREAM
* @param protocol the protocol, usually 0 to let the kernel choose
* @param address the address to listen on
- * @param address_length the size of #address
* @param backlog the backlog parameter for the listen() system call
* @param error location to store the error occurring, or NULL to
* ignore errors