From 6bba1ff6f821a60c0cb3f2c6a6ce02f9d1985439 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Mon, 4 Jul 2005 15:46:51 +0000 Subject: [PATCH] Remove unused label. --- btpd/net.c | 1 - 1 file changed, 1 deletion(-) diff --git a/btpd/net.c b/btpd/net.c index a226aaf..54ad4cd 100644 --- a/btpd/net.c +++ b/btpd/net.c @@ -221,7 +221,6 @@ net_write(struct peer *p, unsigned long wmax) iol = BTPDQ_NEXT(iol, entry); } -again: nwritten = writev(p->sd, iov, niov); if (nwritten < 0) { if (errno == EAGAIN) {