Commit 7acc46c4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove dead code

parent 552e5951
...@@ -51,17 +51,6 @@ ...@@ -51,17 +51,6 @@
#define MAX_EMPTY_BLOCKS 200 #define MAX_EMPTY_BLOCKS 200
#if defined(WIN32) || defined(UNDER_CE)
# define WINSOCK_STRERROR_SIZE 20
static const char *winsock_strerror( char *buf )
{
snprintf( buf, WINSOCK_STRERROR_SIZE, "Winsock error %d",
WSAGetLastError( ) );
buf[WINSOCK_STRERROR_SIZE - 1] = '\0';
return buf;
}
#endif
/***************************************************************************** /*****************************************************************************
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment