Commit f6c18dda by Vicent Marti

http: Unrustle

parent aa1c3b58
...@@ -623,13 +623,10 @@ static void http_free(git_smart_subtransport *smart_transport) ...@@ -623,13 +623,10 @@ static void http_free(git_smart_subtransport *smart_transport)
git__free(t); git__free(t);
} }
int git_smart_subtransport_http(git_smart_subtransport **out, int git_smart_subtransport_http(git_smart_subtransport **out, git_transport *owner)
git_transport *owner)
{ {
http_subtransport *t; http_subtransport *t;
(void)flags;
if (!out) if (!out)
return -1; return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment