Fix compilation error on Windows

This commit is contained in:
nulltoken 2011-10-13 22:48:07 +02:00
parent 5c3d5fb018
commit a41e9f131e

View File

@ -502,7 +502,6 @@ cleanup:
static int http_negotiate_fetch(git_transport *transport, git_repository *repo, git_headarray *wants) static int http_negotiate_fetch(git_transport *transport, git_repository *repo, git_headarray *wants)
{ {
transport_http *t = (transport_http *) transport; transport_http *t = (transport_http *) transport;
GIT_UNUSED_ARG(list);
int error; int error;
unsigned int i; unsigned int i;
char buff[128]; char buff[128];