tcp: remove two unused functions
authorYuchung Cheng <ycheng@google.com>
Mon, 18 Sep 2017 18:05:16 +0000 (11:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Sep 2017 00:26:11 +0000 (17:26 -0700)
commit4c7124413aa759b8ea0b90cd39177e525396e662
tree37fe674a307b1674450dc3e2822d0885535beebb
parent582db7e0c4c2fc5bb4f932f268035883385e3692
tcp: remove two unused functions

remove tcp_may_send_now and tcp_snd_test that are no longer used

Fixes: 840a3cbe8969 ("tcp: remove forward retransmit feature")
Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_output.c