diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/transports/http.c | 1 |
1 files changed, 0 insertions, 1 deletions
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]; |