From f3fbc1174dfc693132886d30378c0834de3b735c Mon Sep 17 00:00:00 2001 From: PenguinKeeper7 Date: Mon, 4 Sep 2023 19:24:38 +0100 Subject: [PATCH] Remove user_options from potfile.c As title, to avoid a compiler unused variable warning --- src/potfile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/potfile.c b/src/potfile.c index 64bc58250..b96b04258 100644 --- a/src/potfile.c +++ b/src/potfile.c @@ -249,7 +249,6 @@ void potfile_write_close (hashcat_ctx_t *hashcat_ctx) void potfile_write_append (hashcat_ctx_t *hashcat_ctx, const char *out_buf, const int out_len, u8 *plain_ptr, unsigned int plain_len) { const hashconfig_t *hashconfig = hashcat_ctx->hashconfig; - const user_options_t *user_options = hashcat_ctx->user_options; potfile_ctx_t *potfile_ctx = hashcat_ctx->potfile_ctx; if (potfile_ctx->enabled == false) return;