Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] Make logerror() and loginfo() static
Make logerror() and loginfo() static logerror() and loginfo() in daemon.c are never declared and never called from other files, therefore they should be declared static. Found by sparse. Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information