lib: Remove unused variables

From PVS Studio:
V808
'noproxy' object of 'basic_string' type was created but was not utilized.
https://www.viva64.com/en/w/V808/print

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
Vitalii Koshura 2017-04-30 08:47:08 +03:00
parent e1617565da
commit 90ce207073
No known key found for this signature in database
GPG Key ID: CE0DB1726070A5A3
1 changed files with 0 additions and 1 deletions

View File

@ -846,7 +846,6 @@ GR_PROXY_INFO::GR_PROXY_INFO() {
}
int GR_PROXY_INFO::parse(XML_PARSER& xp) {
std::string noproxy;
use_http_proxy = false;
use_socks_proxy = false;
use_http_authentication = false;