1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 07:08:19 +00:00

Remove unused token pos

We don't actually need token.buf[0] - removed it as GCC would throw a warning
This commit is contained in:
Tom Stokes 2022-05-17 10:22:16 +01:00 committed by GitHub
parent 1ed7fc2b5a
commit 6d755f6b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,6 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
const int salt1_len = token.len[0];
const int salt2_len = token.len[1];
const u8 *salt1_pos = token.buf[0];
const u8 *salt2_pos = token.buf[1];
const u8 *hash_pos = token.buf[2];
const int hash_len = token.len[2];