From 1c4af583e8d8922050186382fcb68d05555fd6c9 Mon Sep 17 00:00:00 2001 From: philsmd Date: Wed, 1 Feb 2017 09:20:10 +0100 Subject: [PATCH] minor: removed unused user_options variable --- src/potfile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/potfile.c b/src/potfile.c index a4a796d52..06bf49bb4 100644 --- a/src/potfile.c +++ b/src/potfile.c @@ -312,7 +312,6 @@ int potfile_remove_parse (hashcat_ctx_t *hashcat_ctx) { const hashconfig_t *hashconfig = hashcat_ctx->hashconfig; const hashes_t *hashes = hashcat_ctx->hashes; - const user_options_t *user_options = hashcat_ctx->user_options; const potfile_ctx_t *potfile_ctx = hashcat_ctx->potfile_ctx; if (potfile_ctx->enabled == false) return 0;