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>
This commit is contained in:
Shan Wei
2011-02-19 21:55:45 +00:00
committed by David S. Miller
parent 81146ec1b8
commit 089c34827e
5 changed files with 0 additions and 23 deletions

View File

@@ -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 */