sctp: Kill unused variable in sctp_assoc_bh_rcv()
authorVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 20 Jun 2008 17:34:47 +0000 (10:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Jun 2008 17:34:47 +0000 (10:34 -0700)
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/associola.c

index ff1dc5b..35b6a02 100644 (file)
@@ -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;