mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
sctp: Kill unused variable in sctp_assoc_bh_rcv()
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8427f13612
commit
0f474d9bc5
1 changed files with 0 additions and 1 deletions
|
@ -1025,7 +1025,6 @@ static void sctp_assoc_bh_rcv(struct work_struct *work)
|
||||||
struct sctp_chunk *chunk;
|
struct sctp_chunk *chunk;
|
||||||
struct sock *sk;
|
struct sock *sk;
|
||||||
struct sctp_inq *inqueue;
|
struct sctp_inq *inqueue;
|
||||||
struct sctp_outq *outq;
|
|
||||||
int state;
|
int state;
|
||||||
sctp_subtype_t subtype;
|
sctp_subtype_t subtype;
|
||||||
int error = 0;
|
int error = 0;
|
||||||
|
|
Loading…
Reference in a new issue