Gerald Pfeifer : winhttp: Remove unused constant proxymsg.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 28 20:50:43 CDT 2014


Module: wine
Branch: master
Commit: 25bf35243e866644e77ae363f5b13597513ab69f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=25bf35243e866644e77ae363f5b13597513ab69f

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Fri Jul 25 23:32:00 2014 +0200

winhttp: Remove unused constant proxymsg.

---

 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;




More information about the wine-cvs mailing list