remove stray argument from windowsSocket::sendRawNonBlocking

follow-up to 3e9e8c9265
This commit is contained in:
Mark Brand 2012-11-29 23:35:16 +01:00
parent 71f06fab91
commit d78f17b8af

View File

@ -270,7 +270,7 @@ void windowsSocket::sendRaw(const char* buffer, const size_type count)
}
windowsSocket::size_type windowsSocket::sendRawNonBlocking(const char* buffer, const size_type count, const bool block)
windowsSocket::size_type windowsSocket::sendRawNonBlocking(const char* buffer, const size_type count)
{
m_status &= ~STATUS_WOULDBLOCK;