mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
removed a chunk of dead debugging code.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: socket.c,v 1.158 2000/08/15 01:43:38 marka Exp $ */
|
||||
/* $Id: socket.c,v 1.159 2000/08/25 22:07:52 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -1818,21 +1818,6 @@ watcher(void *uap) {
|
||||
writefds = manager->write_fds;
|
||||
maxfd = manager->maxfd + 1;
|
||||
|
||||
#ifdef ISC_SOCKET_DEBUG
|
||||
for (i = 0 ; i < FD_SETSIZE ; i++) {
|
||||
int printit;
|
||||
|
||||
printit = 0;
|
||||
|
||||
if (FD_ISSET(i, &readfds)) {
|
||||
printit = 1;
|
||||
}
|
||||
if (FD_ISSET(i, &writefds)) {
|
||||
printit = 1;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
UNLOCK(&manager->lock);
|
||||
|
||||
cc = select(maxfd, &readfds, &writefds, NULL, NULL);
|
||||
|
Reference in New Issue
Block a user