1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00

minor: removed unused user_options variable

This commit is contained in:
philsmd 2017-02-01 09:20:10 +01:00
parent dfd4084b3b
commit 1c4af583e8
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -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;