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>
This commit is contained in:

committed by
David S. Miller

parent
ba27d85c96
commit
4c306a9291
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user