http: drop http_error function
commit4df13f69e9facbd09a2b06478e8c40082cda7ce6
authorJeff King <peff@peff.net>
Fri, 5 Apr 2013 22:22:31 +0000 (5 18:22 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Apr 2013 01:56:46 +0000 (6 18:56 -0700)
tree460c2810930438b8b7516c468a2df563373f1c7a
parentde89f0b25a42238948787421c0253228c006f7fa
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>
http-push.c
http.c
http.h