winhttp: Remove unused constant proxymsg.

oldstable
Gerald Pfeifer 2014-07-25 23:32:00 +02:00 committed by Alexandre Julliard
parent 4a8d186bbc
commit 25bf35243e
1 changed files with 0 additions and 7 deletions

View File

@ -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;