From: John Keeping Date: Sat, 13 Aug 2016 10:51:58 +0000 (+0100) Subject: shared: remove return value from cgit_free_commitinfo() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/d9dff37691633aa44524ecae216c103ea497e940?ds=inline;hp=d9dff37691633aa44524ecae216c103ea497e940 shared: remove return value from cgit_free_commitinfo() This return value is never used and the function always returns NULL. Signed-off-by: John Keeping ---