Commit 0f474d9b authored by Vlad Yasevich's avatar Vlad Yasevich Committed by David S. Miller

sctp: Kill unused variable in sctp_assoc_bh_rcv()

Signed-off-by: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8427f136
......@@ -1025,7 +1025,6 @@ static void sctp_assoc_bh_rcv(struct work_struct *work)
struct sctp_chunk *chunk;
struct sock *sk;
struct sctp_inq *inqueue;
struct sctp_outq *outq;
int state;
sctp_subtype_t subtype;
int error = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment