diff options
author | fanquake <fanquake@gmail.com> | 2022-06-24 15:18:42 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-07-18 17:25:03 +0100 |
commit | d6787bc19b1032d3f46a60625105f30199c41b00 (patch) | |
tree | 11e8605fbf0c67b10985b6000694cd9d1d4f4813 /src/bench | |
parent | 3617634324d647956c621db407db6d82a91b91ec (diff) |
refactor: remove unused using directives
Diffstat (limited to 'src/bench')
-rw-r--r-- | src/bench/wallet_loading.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bench/wallet_loading.cpp b/src/bench/wallet_loading.cpp index d258d7a29e..a10f7ff7d1 100644 --- a/src/bench/wallet_loading.cpp +++ b/src/bench/wallet_loading.cpp @@ -19,8 +19,6 @@ using wallet::CWallet; using wallet::DatabaseFormat; using wallet::DatabaseOptions; -using wallet::ISMINE_SPENDABLE; -using wallet::MakeWalletDatabase; using wallet::TxStateInactive; using wallet::WALLET_FLAG_DESCRIPTORS; using wallet::WalletContext; |