]> git.proxmox.com Git - libgit2.git/commitdiff
Fix compilation error on Windows
authornulltoken <emeric.fermas@gmail.com>
Thu, 13 Oct 2011 20:48:07 +0000 (22:48 +0200)
committernulltoken <emeric.fermas@gmail.com>
Thu, 13 Oct 2011 20:48:07 +0000 (22:48 +0200)
src/transports/http.c

index 3426b34e118c450cf5bf94495ad21e5a60b7084b..680354bae4964c25fa5ceb3b8acbf6e97b6a4f88 100644 (file)
@@ -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];