From a41e9f131e0f62e2c45ed971a11ea557fe3a5ff8 Mon Sep 17 00:00:00 2001 From: nulltoken Date: Thu, 13 Oct 2011 22:48:07 +0200 Subject: [PATCH] Fix compilation error on Windows --- src/transports/http.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/transports/http.c b/src/transports/http.c index 3426b34e1..680354bae 100644 --- a/src/transports/http.c +++ b/src/transports/http.c @@ -502,7 +502,6 @@ cleanup: static int http_negotiate_fetch(git_transport *transport, git_repository *repo, git_headarray *wants) { transport_http *t = (transport_http *) transport; - GIT_UNUSED_ARG(list); int error; unsigned int i; char buff[128];