From: Torsten Bögershausen Date: Wed, 12 Sep 2018 19:32:02 +0000 (+0200) Subject: Make git_check_attr() a void function X-Git-Tag: v2.19.2~34^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d64324cb60e4d0e1f5fdc1d3319c79ddbf5d0eb2?hp=d64324cb60e4d0e1f5fdc1d3319c79ddbf5d0eb2 Make git_check_attr() a void function 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 Signed-off-by: Junio C Hamano ---