1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-23 00:28:11 +00:00

Fix unusued variable warning

This commit is contained in:
Jens Steube 2021-07-14 08:17:55 +02:00
parent 4e773f32b2
commit 84fcea9592

View File

@ -79,7 +79,6 @@ int dictstat_init (hashcat_ctx_t *hashcat_ctx)
void dictstat_destroy (hashcat_ctx_t *hashcat_ctx)
{
hashconfig_t *hashconfig = hashcat_ctx->hashconfig;
dictstat_ctx_t *dictstat_ctx = hashcat_ctx->dictstat_ctx;
if (dictstat_ctx->enabled == false) return;