Make git_check_attr() a void function
authorTorsten Bögershausen <tboegi@web.de>
Wed, 12 Sep 2018 19:32:02 +0000 (21:32 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Sep 2018 22:15:34 +0000 (15:15 -0700)
git_check_attr() returns always 0.
Remove all the error handling code of the callers, which is never executed.
Change git_check_attr() to be a void function.

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found