Commit 0305721c by Edward Thomson

winhttp: remove unused var

parent 69c8bf7e
...@@ -1096,7 +1096,6 @@ static int winhttp_stream_write_chunked( ...@@ -1096,7 +1096,6 @@ static int winhttp_stream_write_chunked(
size_t len) size_t len)
{ {
winhttp_stream *s = (winhttp_stream *)stream; winhttp_stream *s = (winhttp_stream *)stream;
winhttp_subtransport *t = OWNING_SUBTRANSPORT(s);
int error; int error;
if (!s->request && winhttp_stream_connect(s) < 0) if (!s->request && winhttp_stream_connect(s) < 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment