Re: [PATCH net-next] rxrpc: Remove unused macro rxrpc_min_rtt_wlen
On Fri, 4 Sep 2020 21:08:37 +0800 Wang Hai wrote: > rxrpc_min_rtt_wlen is never used after it was introduced. > So better to remove it. > > Reported-by: Hulk Robot > Signed-off-by: Wang Hai Applied.
[PATCH net-next] rxrpc: Remove unused macro rxrpc_min_rtt_wlen
rxrpc_min_rtt_wlen is never used after it was introduced. So better to remove it. Reported-by: Hulk Robot Signed-off-by: Wang Hai --- net/rxrpc/rtt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/rxrpc/rtt.c b/net/rxrpc/rtt.c index 928d8b34a3ee..a056c9bcf1d6 100644 --- a/net/rxrpc/rtt.