aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
diff options
context:
space:
mode:
authorVlad Yasevich <vladislav.yasevich@hp.com>2008-06-20 10:34:47 -0700
committerDavid S. Miller <davem@davemloft.net>2008-06-20 10:34:47 -0700
commit0f474d9bc59e23f1952e75d2f6edcaeb358eb32d (patch)
treeab52ace15f8673a65dfc0a1d7ebf434e78e2ada7 /net/sctp
parentbnx2: Update driver version to 1.7.7. (diff)
downloadlinux-dev-0f474d9bc59e23f1952e75d2f6edcaeb358eb32d.tar.xz
linux-dev-0f474d9bc59e23f1952e75d2f6edcaeb358eb32d.zip
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>
Diffstat (limited to 'net/sctp')
-rw-r--r--net/sctp/associola.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/associola.c b/net/sctp/associola.c
index ff1dc5bd936c..35b6a023a6d0 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;