diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-01-20 04:16:30 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-01-20 04:16:30 +0000 |
commit | 4bb25c678ec5ff1018c38cd95323d4f582b2bfa8 (patch) | |
tree | bd8b8e3b2dbfb3ef971648a8de440e40ea6e3ed4 /sys/dev | |
parent | f43589280cc16efa0f676f90c69de7839bdd2b65 (diff) |
Remove unused variable.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/softraid_crypto.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/softraid_crypto.c b/sys/dev/softraid_crypto.c index 9518925088b..acee723a48b 100644 --- a/sys/dev/softraid_crypto.c +++ b/sys/dev/softraid_crypto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid_crypto.c,v 1.99 2014/01/20 04:12:51 jsing Exp $ */ +/* $OpenBSD: softraid_crypto.c,v 1.100 2014/01/20 04:16:29 jsing Exp $ */ /* * Copyright (c) 2007 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2008 Hans-Joerg Hoexer <hshoexer@openbsd.org> @@ -338,7 +338,6 @@ unwind: void sr_crypto_wu_put(struct sr_crypto_wu *crwu) { - struct cryptop *crp = crwu->cr_crp; struct sr_workunit *wu = crwu->cr_wu; struct sr_discipline *sd = wu->swu_dis; |