diff options
author | Neal Cardwell <ncardwell@google.com> | 2013-04-02 19:13:07 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-02 20:26:50 +0200 |
commit | 8466563e16d5198b6efeb3b51791b95b6aaacb6b (patch) | |
tree | 02bb976a4206e2e67285f6f6a50e98dd4881507c | |
parent | bridge: remove a redundant synchronize_net() (diff) | |
download | linux-8466563e16d5198b6efeb3b51791b95b6aaacb6b.tar.xz linux-8466563e16d5198b6efeb3b51791b95b6aaacb6b.zip |
tcp: Remove dead sysctl_tcp_cookie_size declaration
Remove a declaration left over from the TCPCT-ectomy. This sysctl is
no longer referenced anywhere since 1a2c6181c4 ("tcp: Remove TCPCT").
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/net/tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index d1dcb596230e..4475aaf0af57 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -282,7 +282,6 @@ extern int sysctl_tcp_base_mss; extern int sysctl_tcp_workaround_signed_windows; extern int sysctl_tcp_slow_start_after_idle; extern int sysctl_tcp_max_ssthresh; -extern int sysctl_tcp_cookie_size; extern int sysctl_tcp_thin_linear_timeouts; extern int sysctl_tcp_thin_dupack; extern int sysctl_tcp_early_retrans; |