mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 14:02:48 +00:00
Fix compilation error on Windows
This commit is contained in:
parent
5c3d5fb018
commit
a41e9f131e
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user