mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-17 05:19:46 +00:00
Merge pull request #1094 from philsmd/master
dead code: here we do not need to check for NULL
This commit is contained in:
commit
8fe0765084
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user