]> git.cameronkatri.com Git - cgit.git/commit
cgit.c: remove useless null check
authorJohn Keeping <john@keeping.me.uk>
Thu, 8 Oct 2015 22:23:56 +0000 (23:23 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 9 Oct 2015 08:54:19 +0000 (10:54 +0200)
commit94182d6031df0d956a94ecd7ece233e345468961
treea3c8a484c5120038444175aa085006b39ee030f6
parent978ce8c00c0d3117f6470a77b08aa0f97984604f
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>
cgit.c