summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
authorShan Wei2011-02-19 22:55:45 +0100
committerDavid S. Miller2011-02-20 20:10:14 +0100
commit089c34827e52346f0303d1e6a7b744c1f4da3095 (patch)
tree79f42bd0c4782aca57f3fe9d0f941f5c04b566a4 /include/net/tcp.h
parenttcp: document tcp_max_ssthresh (Limited Slow-Start) (diff)
downloadkernel-qcow2-linux-089c34827e52346f0303d1e6a7b744c1f4da3095.tar.gz
kernel-qcow2-linux-089c34827e52346f0303d1e6a7b744c1f4da3095.tar.xz
kernel-qcow2-linux-089c34827e52346f0303d1e6a7b744c1f4da3095.zip
tcp: Remove debug macro of TCP_CHECK_TIMER
Now, TCP_CHECK_TIMER is not used for debuging, it does nothing. And, it has been there for several years, maybe 6 years. Remove it to keep code clearer. Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index adfe6dbe9053..cda30ea354a2 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1068,8 +1068,6 @@ static inline int tcp_paws_reject(const struct tcp_options_received *rx_opt,
return 1;
}
-#define TCP_CHECK_TIMER(sk) do { } while (0)
-
static inline void tcp_mib_init(struct net *net)
{
/* See RFC 2012 */