]> git.meshlink.io Git - utcp/blobdiff - utcp.c
Get rid of an unused label.
[utcp] / utcp.c
diff --git a/utcp.c b/utcp.c
index 1b498a2897d0c4063b568040c24804c6235f636d..5427c3e3798ef2fa470c1f89942bde3bdb480912 100644 (file)
--- a/utcp.c
+++ b/utcp.c
@@ -1164,7 +1164,6 @@ ssize_t utcp_recv(struct utcp *utcp, const void *data, size_t len) {
        // - or we got an ack, so we should maybe send a bit more data
        //   -> sendatleastone = false
 
-ack:
        ack(c, prevrcvnxt != c->rcv.nxt);
        return 0;