diff options
author | xiphon <xiphon@protonmail.com> | 2019-05-27 14:34:28 +0000 |
---|---|---|
committer | xiphon <xiphon@protonmail.com> | 2019-05-27 14:40:29 +0000 |
commit | 577324a954c7d8b40c0f41d833ad3fdb816fd531 (patch) | |
tree | 97e1526ced4e7af382c5aa78efda29d99b167a97 /src/wallet/api/wallet_manager.h | |
parent | Merge pull request #5548 (diff) | |
download | monero-577324a954c7d8b40c0f41d833ad3fdb816fd531.tar.xz |
wallet_manager: omit redundant disconnect, drop unused variable
Diffstat (limited to 'src/wallet/api/wallet_manager.h')
-rw-r--r-- | src/wallet/api/wallet_manager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/api/wallet_manager.h b/src/wallet/api/wallet_manager.h index 235f96e17..537fc5ba6 100644 --- a/src/wallet/api/wallet_manager.h +++ b/src/wallet/api/wallet_manager.h @@ -95,7 +95,6 @@ public: private: WalletManagerImpl() {} friend struct WalletManagerFactory; - std::string m_daemonAddress; epee::net_utils::http::http_simple_client m_http_client; std::string m_errorString; }; |