ws2_32: Remove unused function.

This commit is contained in:
Andrew Talbot 2008-05-21 21:50:27 +01:00 committed by Alexandre Julliard
parent 9f76085c06
commit 0c1407008d
1 changed files with 0 additions and 11 deletions

View File

@ -579,17 +579,6 @@ static int convert_sockopt(INT *level, INT *optname)
return 0;
}
static inline BOOL is_timeout_option( int optname )
{
#ifdef SO_RCVTIMEO
if (optname == SO_RCVTIMEO) return TRUE;
#endif
#ifdef SO_SNDTIMEO
if (optname == SO_SNDTIMEO) return TRUE;
#endif
return FALSE;
}
/* ----------------------------------- Per-thread info (or per-process?) */
static char *strdup_lower(const char *str)