Commit 0305721c109f1c36269dffd4c763ac57855318cf

Edward Thomson 2015-06-30T14:23:41

winhttp: remove unused var

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/transports/winhttp.c b/src/transports/winhttp.c
index f84e2ae..da047d6 100644
--- a/src/transports/winhttp.c
+++ b/src/transports/winhttp.c
@@ -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)