1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-23 00:28:11 +00:00

dead code: here we do not need to check for NULL

This commit is contained in:
philsmd 2017-02-14 21:01:52 +01:00
parent 6bcfca26b3
commit 9ed93fcce9
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -119,8 +119,6 @@ int tuning_db_init (hashcat_ctx_t *hashcat_ctx)
int token_cnt = 0;
if (line_buf == NULL) continue;
char *saveptr;
char *next = strtok_r (line_buf, "\t ", &saveptr);