From: John Keeping Date: Thu, 8 Oct 2015 22:23:56 +0000 (+0100) Subject: cgit.c: remove useless null check X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/94182d6031df0d956a94ecd7ece233e345468961?hp=94182d6031df0d956a94ecd7ece233e345468961 cgit.c: remove useless null check Everywhere else in this function we do not check whether the value is null and parse_configfile() never passes a null value to this callback. Coverity-id: 13846 Signed-off-by: John Keeping ---