cesa: Remove unused variable.

This commit is contained in:
John Baldwin
2022-04-08 18:31:29 -07:00
parent 438548300b
commit ba8c7454d1
-2
View File
@@ -1637,10 +1637,8 @@ cesa_newsession(device_t dev, crypto_session_t cses,
const struct crypto_session_params *csp)
{
struct cesa_session *cs;
struct cesa_softc *sc;
int error;
sc = device_get_softc(dev);
error = 0;
/* Allocate session */