diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-11 00:15:39 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-11 00:15:39 +0000 |
commit | 7a7fb7167c0e96509523c378e776cf38418cd4e5 (patch) | |
tree | 08d2442782c5529039b4378dbaee3ae78d7dcb36 /src | |
parent | e92c1a66536dc9f812c3818acaf5605fe028fa9d (diff) |
Remove an unused member.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10511 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/inspsocket.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 1a88afaca..f3917bba0 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -504,7 +504,6 @@ void SocketTimeout::Tick(time_t) // connection. this->sock->OnTimeout(); this->sock->OnError(I_ERR_TIMEOUT); - this->sock->timeout = true; /* NOTE: We must set this AFTER DelFd, as we added * this socket whilst writeable. This means that we |