Remove deprecated BufferedSocket::MarkAsClosed()

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9246 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
w00t 2008-04-01 18:34:34 +00:00
parent de35a20ab7
commit 6953371f71
2 changed files with 0 additions and 15 deletions

View File

@ -406,17 +406,6 @@ class CoreExport BufferedSocket : public EventHandler
*/
virtual bool DoConnect();
/**
* This method marks the socket closed.
* The next time the core examines a socket marked
* as closed, the socket will be closed and the
* memory reclaimed.
*
* NOTE: This method is DEPRECIATED and will be
* ignored if called!
*/
void MarkAsClosed();
/** Handle event from EventHandler parent class
*/
void HandleEvent(EventType et, int errornum = 0);

View File

@ -434,10 +434,6 @@ const char* BufferedSocket::Read()
}
}
void BufferedSocket::MarkAsClosed()
{
}
// There are two possible outcomes to this function.
// It will either write all of the data, or an undefined amount.
// If an undefined amount is written the connection has failed