Skip to content

Commit

Permalink
sctp: Kill unused variable in sctp_assoc_bh_rcv()
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Vlad Yasevich authored and David S. Miller committed Jun 20, 2008
1 parent 8427f13 commit 0f474d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/sctp/associola.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0f474d9

Please sign in to comment.