From 70546f25a0209c2b61dadf61840dfa628a9a75b7 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 29 Sep 2012 19:43:34 +0000 Subject: SocketThread: clients aren't double-removed anymore. git-svn-id: http://mc-server.googlecode.com/svn/trunk@909 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/OSSupport/SocketThreads.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/OSSupport/SocketThreads.h') diff --git a/source/OSSupport/SocketThreads.h b/source/OSSupport/SocketThreads.h index 974270a11..ecbac3aeb 100644 --- a/source/OSSupport/SocketThreads.h +++ b/source/OSSupport/SocketThreads.h @@ -149,7 +149,6 @@ private: void PrepareSet (fd_set * a_Set, cSocket::xSocket & a_Highest); // Puts all sockets into the set, along with m_ControlSocket1 void ReadFromSockets(fd_set * a_Read); // Reads from sockets indicated in a_Read void WriteToSockets (fd_set * a_Write); // Writes to sockets indicated in a_Write - void RemoveClosedSockets(void); // Removes sockets that have closed from m_Slots[] } ; typedef std::list cSocketThreadList; -- cgit v1.2.3