rxrpc: Remove set but not used variable 'nowj'
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 2 Aug 2018 08:13:33 +0000 (09:13 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Aug 2018 17:18:20 +0000 (10:18 -0700)
commit770b26de1eca97142218de3b2829a790f2ff8803
tree685f662c71a84cd13b84e4221d19bfbd2bd8b526
parentdb57dc7c7a5c42bb653425a01b6d73c49514b5db
rxrpc: Remove set but not used variable 'nowj'

Fixes gcc '-Wunused-but-set-variable' warning:

net/rxrpc/proc.c: In function 'rxrpc_call_seq_show':
net/rxrpc/proc.c:66:29: warning:
 variable 'nowj' set but not used [-Wunused-but-set-variable]
  unsigned long timeout = 0, nowj;
                             ^

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/proc.c