From 9ed93fcce916bef371e6f0760fd68f054f496677 Mon Sep 17 00:00:00 2001 From: philsmd Date: Tue, 14 Feb 2017 21:01:52 +0100 Subject: [PATCH] dead code: here we do not need to check for NULL --- src/tuningdb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tuningdb.c b/src/tuningdb.c index ed591f9da..de56ca3fd 100644 --- a/src/tuningdb.c +++ b/src/tuningdb.c @@ -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);