]> gitweb.ps.run Git - ps-cgit/commit
shared: remove return value from cgit_free_commitinfo()
authorJohn Keeping <john@keeping.me.uk>
Sat, 13 Aug 2016 10:51:58 +0000 (11:51 +0100)
committerJohn Keeping <john@keeping.me.uk>
Sat, 1 Oct 2016 10:46:55 +0000 (11:46 +0100)
commitd9dff37691633aa44524ecae216c103ea497e940
tree45ade38d5de7eb448ce05b4753429d446a8bc592
parent000cf294c4d3f3a72b31d8bd0186ac989f596890
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 <john@keeping.me.uk>
cgit.h
shared.c