diff options
author | nulltoken <emeric.fermas@gmail.com> | 2011-10-13 22:48:07 +0200 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2011-10-13 22:48:07 +0200 |
commit | a41e9f131e0f62e2c45ed971a11ea557fe3a5ff8 (patch) | |
tree | fc1ef5154be3a36f57620afbe6d149edbd66f3e1 | |
parent | 5c3d5fb0182e8c5307dedf9af281fe367a30a16e (diff) | |
download | libgit2-a41e9f131e0f62e2c45ed971a11ea557fe3a5ff8.tar.gz |
Fix compilation error on Windows
-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]; |