From a7266d6d7bdf9f33ab5b17aef08b19eca1829de5 Mon Sep 17 00:00:00 2001 From: stoffu Date: Fri, 16 Feb 2018 10:19:39 +0900 Subject: wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate calls to wallet2 --- src/simplewallet/simplewallet.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/simplewallet/simplewallet.h') diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 4c7818bf1..6f344439e 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -328,7 +328,6 @@ namespace cryptonote epee::console_handlers_binder m_cmd_binder; std::unique_ptr m_wallet; - epee::net_utils::http::http_simple_client m_http_client; refresh_progress_reporter_t m_refresh_progress_reporter; std::atomic m_idle_run; -- cgit v1.2.3