1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-06 01:56:06 +00:00

Remove unused variable

This commit is contained in:
jsteube 2019-01-09 10:02:03 +01:00
parent ac9d0603a0
commit 77739ec946

View File

@ -1025,7 +1025,6 @@ void decoder_apply_optimizer (const hashconfig_t *hashconfig, void *data)
const u32 opti_type = hashconfig->opti_type;
u32 *digest_buf = (u32 *) data;
u64 *digest_buf64 = (u64 *) data;
if (opti_type & OPTI_TYPE_PRECOMPUTE_PERMUT)
{
@ -1149,7 +1148,6 @@ void encoder_apply_optimizer (const hashconfig_t *hashconfig, void *data)
const u32 opti_type = hashconfig->opti_type;
u32 *digest_buf = (u32 *) data;
u64 *digest_buf64 = (u64 *) data;
if (opti_type & OPTI_TYPE_PRECOMPUTE_PERMUT)
{