From: David S. Miller Date: Fri, 31 Mar 2006 10:25:46 +0000 (-0800) Subject: [TCP]: Kill unused extern decl for tcp_v4_hash_connecting() X-Git-Tag: v2.6.17-rc1~26^2~1 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=0803dbed7a23721d091639c9e173c0389dcd524a;p=linux-2.6-omap-h63xx.git [TCP]: Kill unused extern decl for tcp_v4_hash_connecting() Noticed by Alan Menegotto. Signed-off-by: David S. Miller --- diff --git a/include/net/tcp.h b/include/net/tcp.h index 9418f4d1afb..3c989db8a7a 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -405,9 +405,6 @@ extern int tcp_disconnect(struct sock *sk, int flags); extern void tcp_unhash(struct sock *sk); -extern int tcp_v4_hash_connecting(struct sock *sk); - - /* From syncookies.c */ extern struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb, struct ip_options *opt);