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:
parent
4e773f32b2
commit
84fcea9592
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user