]> Pileus Git - ~andy/linux/commitdiff
ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c.
authorRami Rosen <ramirose@gmail.com>
Tue, 17 Jun 2008 00:07:16 +0000 (17:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jun 2008 00:07:16 +0000 (17:07 -0700)
1) Remove ICMP_MIN_LENGTH, as it is unused.

2) Remove unneeded tcp_v4_send_check() declaration.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c

index 97a230026e13af4243e458a5a915c90561b8ac28..12695be2c255a2ac4baeb5aa049dd16f41fb7bf9 100644 (file)
 int sysctl_tcp_tw_reuse __read_mostly;
 int sysctl_tcp_low_latency __read_mostly;
 
-/* Check TCP sequence numbers in ICMP packets. */
-#define ICMP_MIN_LENGTH 8
-
-void tcp_v4_send_check(struct sock *sk, int len, struct sk_buff *skb);
 
 #ifdef CONFIG_TCP_MD5SIG
 static struct tcp_md5sig_key *tcp_v4_md5_do_lookup(struct sock *sk,