diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-06-03 16:56:13 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-06-03 16:56:13 +0300 |
commit | 8f9d98b3e0cc552074ddb3f59da6399e855af311 (patch) | |
tree | dea7e9d752bdb157f8c775b4e14a077721ad3641 /src/wallet/api | |
parent | Wallet API : WalletManager::findWallets() added (diff) | |
download | monero-8f9d98b3e0cc552074ddb3f59da6399e855af311.tar.xz |
removed unused "using"
Diffstat (limited to 'src/wallet/api')
-rw-r--r-- | src/wallet/api/wallet_manager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/api/wallet_manager.cpp b/src/wallet/api/wallet_manager.cpp index c578098cc..2327d11f8 100644 --- a/src/wallet/api/wallet_manager.cpp +++ b/src/wallet/api/wallet_manager.cpp @@ -35,7 +35,6 @@ #include <boost/filesystem.hpp> #include <boost/regex.hpp> -namespace fs = ::boost::filesystem; namespace epee { unsigned int g_test_dbg_lock_sleep = 0; |