]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove an unused member.
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 11 Sep 2008 00:15:39 +0000 (00:15 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 11 Sep 2008 00:15:39 +0000 (00:15 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10511 e03df62e-2008-0410-955e-edbf42e46eb7

include/inspsocket.h
src/inspsocket.cpp

index c3b24ad8f3b6c6aa152675d55e5a827f546d7e45..f945c4f9ddba6a40e739ff95da7fcc7b24482a51 100644 (file)
@@ -139,12 +139,6 @@ class CoreExport BufferedSocket : public EventHandler
         */
        BufferedSocketState state;
 
-       /**
-        * This value is true if the
-        * socket has timed out.
-        */
-       bool timeout;
-
        /**
         * The IP address being connected
         * to stored in string form for
index 1a88afaca5309887c2c21e0b9b7e2c53a8b2363c..f3917bba0bc91f6e94ed3ce663eadb7dec530068 100644 (file)
@@ -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