]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
duplicate code
authorMark Andrews <marka@isc.org>
Thu, 11 Sep 2008 12:29:20 +0000 (12:29 +0000)
committerMark Andrews <marka@isc.org>
Thu, 11 Sep 2008 12:29:20 +0000 (12:29 +0000)
lib/isc/win32/socket.c

index f7b54272840746dacc959f462dbee410bbfdc07c..bea5c1531b8c7a95cf92e057a0f2e6e75bad4404 100644 (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