1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 21:51:07 +00:00

Cleanup unused code

This commit is contained in:
unix-ninja 2018-10-17 08:15:49 -04:00
parent 37983de4b2
commit 83c78cdf0b

View File

@ -5197,8 +5197,6 @@ int totp_parse_hash (u8 *input_buf, u32 input_len, hash_t *hash_buf, MAYBE_UNUSE
}
if (rc_tokenizer != PARSER_OK) return (rc_tokenizer);
//u8 *hash_pos = token.buf[0];
digest[1] = otp_code;
u8 *salt_pos = token.buf[1];