summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
diff options
context:
space:
mode:
authorShan Wei <shanwei@cn.fujitsu.com>2010-12-19 21:59:35 -0800
committerDavid S. Miller <davem@davemloft.net>2010-12-19 21:59:35 -0800
commit4c306a9291a077879fc3e933326caac3bc319caa (patch)
tree19704486012ac148ef37005ea38b9c2ae3442fc1 /include/net/tcp.h
parentba27d85c96c57111ae8acfa959643e5ce8e4bcbe (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/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 2ab6c9c1c53..b4480300cad 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1158,8 +1158,6 @@ struct tcp_md5sig_pool {
union tcp_md5sum_block md5_blk;
};
-#define TCP_MD5SIG_MAXKEYS (~(u32)0) /* really?! */
-
/* - functions */
extern int tcp_v4_md5_hash_skb(char *md5_hash, struct tcp_md5sig_key *key,
struct sock *sk, struct request_sock *req,