YueHaibing f597a5792a rxrpc: remove redundant variables 'sp' and 'did_discard'
Variables 'sp' and 'did_discard' are being assigned,
but are never used, hence they are redundant and can be removed.

fix following warning:

net/rxrpc/call_event.c:165:25: warning: variable 'sp' set but not used [-Wunused-but-set-variable]
net/rxrpc/conn_client.c:1054:7: warning: variable 'did_discard' set but not used [-Wunused-but-set-variable]

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David Howells <dhowells@redhat.com>
2018-08-01 13:28:23 +01:00
..
2018-07-30 09:10:25 -07:00
2017-11-24 10:18:41 +00:00
2018-05-10 23:26:01 +01:00
2018-05-16 07:24:30 +02:00
2018-06-12 16:19:22 -07:00
2017-11-24 10:18:41 +00:00
2017-08-29 10:55:20 +01:00