mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-09 11:15:57 +00:00
winhttp: remove unused var
This commit is contained in:
parent
69c8bf7e0d
commit
0305721c10
@ -1096,7 +1096,6 @@ static int winhttp_stream_write_chunked(
|
||||
size_t len)
|
||||
{
|
||||
winhttp_stream *s = (winhttp_stream *)stream;
|
||||
winhttp_subtransport *t = OWNING_SUBTRANSPORT(s);
|
||||
int error;
|
||||
|
||||
if (!s->request && winhttp_stream_connect(s) < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user