git: 512e189a9641 - main - inpcb: remove a completely outdated comment

From: Gleb Smirnoff <glebius_at_FreeBSD.org>
Date: Fri, 13 Mar 2026 20:30:16 UTC
The branch main has been updated by glebius:

URL: https://cgit.FreeBSD.org/src/commit/?id=512e189a96415c3471399581239c243d1032e07a

commit 512e189a96415c3471399581239c243d1032e07a
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2026-03-11 03:09:22 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2026-03-13 20:30:05 +0000

    inpcb: remove a completely outdated comment
---
 sys/netinet6/in6_pcb.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c
index d503165979c8..6bea94160eb2 100644
--- a/sys/netinet6/in6_pcb.c
+++ b/sys/netinet6/in6_pcb.c
@@ -357,17 +357,6 @@ in6_pcbbind(struct inpcb *inp, struct sockaddr_in6 *sin6, int flags,
 	return (0);
 }
 
-/*
- *   Transform old in6_pcbconnect() into an inner subroutine for new
- *   in6_pcbconnect(): Do some validity-checking on the remote
- *   address (in mbuf 'nam') and then determine local host address
- *   (i.e., which interface) to use to access that remote host.
- *
- *   This preserves definition of in6_pcbconnect(), while supporting a
- *   slightly different version for T/TCP.  (This is more than
- *   a bit of a kludge, but cleaning up the internal interfaces would
- *   have forced minor changes in every protocol).
- */
 static int
 in6_pcbladdr(struct inpcb *inp, struct sockaddr_in6 *sin6,
     struct in6_addr *plocal_addr6, bool sas_required)