remove unneeded comments

This commit is contained in:
Christopher Faylor 2002-11-19 01:20:58 +00:00
parent f7133e95e9
commit 78907ddc89
1 changed files with 0 additions and 6 deletions

View File

@ -100,7 +100,6 @@ wsock_event::wait (int socket, LPDWORD flags)
WSADATA wsadata;
/* Cygwin internal */
static fhandler_socket *
get (const int fd)
{
@ -117,7 +116,6 @@ get (const int fd)
return fh;
}
/* Cygwin internal */
static SOCKET __stdcall
set_socket_inheritance (SOCKET sock)
{
@ -163,7 +161,6 @@ ntohs (unsigned short x)
return htons (x);
}
/* Cygwin internal */
static void
dump_protoent (struct protoent *p)
{
@ -343,7 +340,6 @@ find_winsock_errno (int why)
return EPERM;
}
/* Cygwin internal */
void
__set_winsock_errno (const char *fn, int ln)
{
@ -366,7 +362,6 @@ static NO_COPY struct tl host_errmap[] = {
{0, NULL, 0}
};
/* Cygwin internal */
static void
set_host_errno ()
{
@ -1221,7 +1216,6 @@ getdomainname (char *domain, size_t len)
return 0;
}
/* Cygwin internal */
/* Fill out an ifconf struct. */
/*