From: Gerald Pfeifer Subject: winhttp: Remove unused constant proxymsg. Message-Id: Date: Fri, 25 Jul 2014 23:32:00 +0200 (CEST) --- dlls/winhttp/tests/winhttp.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dlls/winhttp/tests/winhttp.c b/dlls/winhttp/tests/winhttp.c index 6a2d8c6..f214879 100644 --- a/dlls/winhttp/tests/winhttp.c +++ b/dlls/winhttp/tests/winhttp.c @@ -1774,13 +1774,6 @@ static const char noauthmsg[] = "WWW-Authenticate: Basic realm=\"placebo\"\r\n" "\r\n"; -static const char proxymsg[] = -"HTTP/1.1 407 Proxy Authentication Required\r\n" -"Server: winetest\r\n" -"Proxy-Connection: close\r\n" -"Proxy-Authenticate: Basic realm=\"placebo\"\r\n" -"\r\n"; - struct server_info { HANDLE event; -- 2.0.0