X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspsocket.h;h=5c9c1059abe9faca68af318bb2997d8cc2e66032;hb=7f7ffef3b4d5dc6242918a48713d6fab96928a80;hp=95f29ff11bf6f235f4f553d982bc2ec3f046c789;hpb=834c94679b7df475e50d87ccb11311e297a78718;p=user%2Fhenk%2Fcode%2Finspircd.git 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) { }