tcp: remove unused TCP_SYNQ_INTERVAL definition
authorNeal Cardwell <ncardwell@google.com>
Thu, 25 May 2023 14:57:36 +0000 (10:57 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 May 2023 10:33:28 +0000 (11:33 +0100)
commitf26f03b3031938ad46c3fb617745e9fd4a289ce7
treefd5a922401539aa6cdf02406f80e14265e98fe24
parenteba7dbc5eba06a503ba78fdfb4488dbaaeed9471
tcp: remove unused TCP_SYNQ_INTERVAL definition

Currently TCP_SYNQ_INTERVAL is defined but never used.

According to "git log -S TCP_SYNQ_INTERVAL net-next/main" it seems
the last references to TCP_SYNQ_INTERVAL were removed by 2015
commit fa76ce7328b2 ("inet: get rid of central tcp/dccp listener timer")

Signed-off-by: Neal Cardwell <ncardwell@google.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h