diff options
author | Shan Wei <shanwei@cn.fujitsu.com> | 2010-12-19 21:59:35 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-19 21:59:35 -0800 |
commit | 4c306a9291a077879fc3e933326caac3bc319caa (patch) | |
tree | 19704486012ac148ef37005ea38b9c2ae3442fc1 /include/net/inet_connection_sock.h | |
parent | ba27d85c96c57111ae8acfa959643e5ce8e4bcbe (diff) |
net: kill unused macros
These macros never be used, so remove them.
Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/inet_connection_sock.h')
-rw-r--r-- | include/net/inet_connection_sock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h index 6c93a56cc95..6ac4e3b5007 100644 --- a/include/net/inet_connection_sock.h +++ b/include/net/inet_connection_sock.h @@ -132,7 +132,6 @@ struct inet_connection_sock { #define ICSK_TIME_RETRANS 1 /* Retransmit timer */ #define ICSK_TIME_DACK 2 /* Delayed ack timer */ #define ICSK_TIME_PROBE0 3 /* Zero window probe timer */ -#define ICSK_TIME_KEEPOPEN 4 /* Keepalive timer */ static inline struct inet_connection_sock *inet_csk(const struct sock *sk) { |