Remove tcp_drop_all_states, which is unneeded after jlemon removed it

from tcp_subr.c in rev 1.92
This commit is contained in:
Jesper Skriver 2001-02-25 17:20:19 +00:00
parent 950809d7ac
commit 694a9ff95b

View file

@ -388,7 +388,6 @@ void tcp_input __P((struct mbuf *, int, int));
void tcp_mss __P((struct tcpcb *, int));
int tcp_mssopt __P((struct tcpcb *));
void tcp_drop_syn_sent __P((struct inpcb *, int));
void tcp_drop_all_states __P((struct inpcb *, int));
void tcp_mtudisc __P((struct inpcb *, int));
struct tcpcb *
tcp_newtcpcb __P((struct inpcb *));