http: Unrustle

This commit is contained in:
Vicent Marti 2012-11-13 14:17:41 -08:00
parent aa1c3b588e
commit f6c18dda04

View File

@ -623,13 +623,10 @@ static void http_free(git_smart_subtransport *smart_transport)
git__free(t);
}
int git_smart_subtransport_http(git_smart_subtransport **out,
git_transport *owner)
int git_smart_subtransport_http(git_smart_subtransport **out, git_transport *owner)
{
http_subtransport *t;
(void)flags;
if (!out)
return -1;