diff options
author | 2001-05-27 03:14:19 +0000 | |
---|---|---|
committer | 2001-05-27 03:14:19 +0000 | |
commit | 393c1ea7b95564210a1265eec54c24295c83cb55 (patch) | |
tree | 480a4238a30889528ce3ad070327d33fabff3905 /sys/netinet/tcp_usrreq.c | |
parent | Remove unnecessary comment. (diff) | |
download | wireguard-openbsd-393c1ea7b95564210a1265eec54c24295c83cb55.tar.xz wireguard-openbsd-393c1ea7b95564210a1265eec54c24295c83cb55.zip |
Remove unnecessary XXX comment.
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
-rw-r--r-- | sys/netinet/tcp_usrreq.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index 79942981ba2..43fef080af0 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_usrreq.c,v 1.50 2000/12/13 09:47:08 provos Exp $ */ +/* $OpenBSD: tcp_usrreq.c,v 1.51 2001/05/27 03:14:19 angelos Exp $ */ /* $NetBSD: tcp_usrreq.c,v 1.20 1996/02/13 23:44:16 christos Exp $ */ /* @@ -391,9 +391,6 @@ tcp_usrreq(so, req, m, nam, control) * marker if URG set. Possibly send more data. */ case PRU_SEND: -#ifdef IPSEC - /* XXX Find IPsec TDB */ -#endif sbappend(&so->so_snd, m); error = tcp_output(tp); break; |