diff options
author | Dmitry Popov <dp@highloadlab.com> | 2013-07-31 13:39:45 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-07-31 12:16:45 -0700 |
commit | c0155b2da4cd6583b1b729451249ca346e1c05a2 (patch) | |
tree | 908835cb5413849e658f1dd1761b1ff19ad66dea /include/linux/tcp.h | |
parent | 4299c8a94fa9d26b54222d7781244137623d4b39 (diff) | |
download | blackbird-op-linux-c0155b2da4cd6583b1b729451249ca346e1c05a2.tar.gz blackbird-op-linux-c0155b2da4cd6583b1b729451249ca346e1c05a2.zip |
tcp: Remove unused tcpct declarations and comments
Remove declaration, 4 defines and confusing comment that are no longer used
since 1a2c6181c4 ("tcp: Remove TCPCT").
Signed-off-by: Dmitry Popov <dp@highloadlab.com>
Acked-by: Christoph Paasch <christoph.paasch@uclouvain.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 9640803a17a7..d68633452d9b 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -107,7 +107,6 @@ static inline void tcp_clear_options(struct tcp_options_received *rx_opt) * only four options will fit in a standard TCP header */ #define TCP_NUM_SACKS 4 -struct tcp_cookie_values; struct tcp_request_sock_ops; struct tcp_request_sock { |