Module: wine Branch: master Commit: cdf2412203ef520ed741ddd776190a3bff5c2ab1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cdf2412203ef520ed741ddd776...
Author: André Hentschel nerv@dawncrow.de Date: Wed Dec 3 23:54:53 2014 +0100
wininet: Remove unused strings (Clang).
---
dlls/wininet/http.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/wininet/http.c b/dlls/wininet/http.c index cb30b26..b2a85c7 100644 --- a/dlls/wininet/http.c +++ b/dlls/wininet/http.c @@ -77,7 +77,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(wininet); static const WCHAR g_szHttp1_0[] = {'H','T','T','P','/','1','.','0',0}; static const WCHAR g_szHttp1_1[] = {'H','T','T','P','/','1','.','1',0}; static const WCHAR szOK[] = {'O','K',0}; -static const WCHAR szDefaultHeader[] = {'H','T','T','P','/','1','.','0',' ','2','0','0',' ','O','K',0}; static const WCHAR hostW[] = { 'H','o','s','t',0 }; static const WCHAR szAuthorization[] = { 'A','u','t','h','o','r','i','z','a','t','i','o','n',0 }; static const WCHAR szProxy_Authorization[] = { 'P','r','o','x','y','-','A','u','t','h','o','r','i','z','a','t','i','o','n',0 }; @@ -85,7 +84,6 @@ static const WCHAR szStatus[] = { 'S','t','a','t','u','s',0 }; static const WCHAR szKeepAlive[] = {'K','e','e','p','-','A','l','i','v','e',0}; static const WCHAR szGET[] = { 'G','E','T', 0 }; static const WCHAR szHEAD[] = { 'H','E','A','D', 0 }; -static const WCHAR szCrLf[] = {'\r','\n', 0};
static const WCHAR szAccept[] = { 'A','c','c','e','p','t',0 }; static const WCHAR szAccept_Charset[] = { 'A','c','c','e','p','t','-','C','h','a','r','s','e','t', 0 };