From 63defd1ceacfd159dfa892387754ba71d505c233 Mon Sep 17 00:00:00 2001 From: jsteube Date: Wed, 28 Feb 2018 11:57:23 +0100 Subject: [PATCH] Remove unused variable --- src/interface.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/interface.c b/src/interface.c index 4e5716037..f8ebc578e 100644 --- a/src/interface.c +++ b/src/interface.c @@ -25980,8 +25980,7 @@ u32 hashconfig_forced_kernel_threads (hashcat_ctx_t *hashcat_ctx) u32 hashconfig_get_kernel_threads (hashcat_ctx_t *hashcat_ctx, const hc_device_param_t *device_param) { - const hashconfig_t *hashconfig = hashcat_ctx->hashconfig; - const user_options_t *user_options = hashcat_ctx->user_options; + const hashconfig_t *hashconfig = hashcat_ctx->hashconfig; // a kernel can force a fixed value