mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-22 22:58:30 +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:
parent
1ed7fc2b5a
commit
6d755f6b82
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user