Remove comment about moving tcp_reass() to its own file named tcp_reass.c,

that happened a while ago.

MFC after:	3 days
This commit is contained in:
Robert Watson 2009-05-25 14:51:47 +00:00
parent 9235ed7199
commit cce6e15556
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192761

View file

@ -150,8 +150,7 @@ tcp_reass(struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m)
/*
* XXX: tcp_reass() is rather inefficient with its data structures
* and should be rewritten (see NetBSD for optimizations). While
* doing that it should move to its own file tcp_reass.c.
* and should be rewritten (see NetBSD for optimizations).
*/
/*