From: Vlad Yasevich Date: Fri, 20 Jun 2008 17:34:47 +0000 (-0700) Subject: sctp: Kill unused variable in sctp_assoc_bh_rcv() X-Git-Tag: v2.6.27-rc1~969^2~272 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=0f474d9bc59e23f1952e75d2f6edcaeb358eb32d;p=linux-2.6-omap-h63xx.git sctp: Kill unused variable in sctp_assoc_bh_rcv() Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- diff --git a/net/sctp/associola.c b/net/sctp/associola.c index ff1dc5bd936..35b6a023a6d 100644 --- a/net/sctp/associola.c +++ b/net/sctp/associola.c @@ -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;