summaryrefslogtreecommitdiff
path: root/include/inspsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspsocket.h')
-rw-r--r--include/inspsocket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h
index 95f29ff11..5c9c1059a 100644
--- a/include/inspsocket.h
+++ b/include/inspsocket.h
@@ -88,7 +88,6 @@ class CoreExport SocketTimeout : public Timer
* @param fd File descriptor of BufferedSocket
* @param thesock BufferedSocket to attach to
* @param secs_from_now Seconds from now to time out
- * @param now The current time
*/
SocketTimeout(int fd, BufferedSocket* thesock, long secs_from_now) : Timer(secs_from_now), sock(thesock), sfd(fd) { }