duplicate code

This commit is contained in:
Mark Andrews
2008-09-11 12:29:20 +00:00
parent a0dc128e57
commit a4e6d48e8b
+1 -8
View File
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: socket.c,v 1.5.2.13.2.41 2008/09/11 07:24:49 marka Exp $ */
/* $Id: socket.c,v 1.5.2.13.2.42 2008/09/11 12:29:20 marka Exp $ */
/* This code uses functions which are only available on Server 2003 and
* higher, and Windows XP and higher.
@@ -3095,13 +3095,6 @@ isc_socket_filter(isc_socket_t *sock, const char *filter) {
return (ISC_R_NOTIMPLEMENTED);
}
void
isc__socketmgr_setreserved(isc_socketmgr_t *manager, isc_uint32_t reserved) {
UNUSED(manager);
UNUSED(reserved);
}
/*
* Set up to listen on a given socket. We do this by creating an internal
* event that will be dispatched when the socket has read activity. The