2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

remove unused labels

This commit is contained in:
Brian Wellington
2001-01-27 01:16:09 +00:00
parent 75534b6392
commit 562f162981

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: socket.c,v 1.185 2001/01/26 23:17:26 bwelling Exp $ */
/* $Id: socket.c,v 1.186 2001/01/27 01:16:09 bwelling Exp $ */
#include <config.h>
@@ -1814,7 +1814,6 @@ internal_recv(isc_task_t *me, isc_event_t *ev) {
break;
}
next:
dev = ISC_LIST_HEAD(sock->recv_list);
}
@@ -1869,7 +1868,6 @@ internal_send(isc_task_t *me, isc_event_t *ev) {
break;
}
next:
dev = ISC_LIST_HEAD(sock->send_list);
}