@@ -86,19 +86,10 @@ /* This is safe, as we already checked for -1 */ return ret; } -- (size_t)writeCString: (const char*)str -{ - if (sock == INVALID_SOCKET) - @throw [OFNotConnectedException newWithClass: isa]; - - return [self writeNBytes: strlen(str) - fromBuffer: str]; -} - - setBlocking: (BOOL)enable { #ifndef _WIN32 int flags;