From ce5fe8cc570b00463fd0efbb317ee8f53c9f09ac Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 2 Aug 2011 17:15:29 +0200 Subject: [PATCH] aesni(4): Remove unused variable. --- sys/dev/crypto/aesni/aesni.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/crypto/aesni/aesni.c b/sys/dev/crypto/aesni/aesni.c index a9870fdfaf..f25fffdb03 100644 --- a/sys/dev/crypto/aesni/aesni.c +++ b/sys/dev/crypto/aesni/aesni.c @@ -128,7 +128,7 @@ static int aesni_newsession(device_t dev, uint32_t *sidp, struct cryptoini *cri) { struct aesni_softc *sc; - struct aesni_session *ases, *ses; + struct aesni_session *ses; struct cryptoini *encini; int error; -- 2.41.0