commit | 94182d6031df0d956a94ecd7ece233e345468961 | [log] [tgz] |
---|---|---|
author | John Keeping <john@keeping.me.uk> | Thu Oct 08 23:23:56 2015 +0100 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Fri Oct 09 10:54:19 2015 +0200 |
tree | a3c8a484c5120038444175aa085006b39ee030f6 | |
parent | 978ce8c00c0d3117f6470a77b08aa0f97984604f [diff] |
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 <john@keeping.me.uk>