From 90ce20707313151d76400753f87c8f0c262a3726 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Sun, 30 Apr 2017 08:47:08 +0300 Subject: [PATCH] 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 --- lib/gui_rpc_client_ops.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/gui_rpc_client_ops.cpp b/lib/gui_rpc_client_ops.cpp index c65c1c0d05..e508f85105 100644 --- a/lib/gui_rpc_client_ops.cpp +++ b/lib/gui_rpc_client_ops.cpp @@ -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;