http: drop http_error function
This function is a single-liner and is only called from one place. Just inline it, which makes the code more obvious. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
de89f0b25a
commit
4df13f69e9
@ -1551,7 +1551,7 @@ static int remote_exists(const char *path)
|
||||
ret = 0;
|
||||
break;
|
||||
case HTTP_ERROR:
|
||||
http_error(url);
|
||||
error("unable to access '%s': %s", url, curl_errorstr);
|
||||
default:
|
||||
ret = -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user