aboutsummaryrefslogtreecommitdiff
path: root/src/test/coinstatsindex_tests.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-06-24 15:18:42 +0100
committerfanquake <fanquake@gmail.com>2022-07-18 17:25:03 +0100
commitd6787bc19b1032d3f46a60625105f30199c41b00 (patch)
tree11e8605fbf0c67b10985b6000694cd9d1d4f4813 /src/test/coinstatsindex_tests.cpp
parent3617634324d647956c621db407db6d82a91b91ec (diff)
downloadbitcoin-d6787bc19b1032d3f46a60625105f30199c41b00.tar.xz
refactor: remove unused using directives
Diffstat (limited to 'src/test/coinstatsindex_tests.cpp')
-rw-r--r--src/test/coinstatsindex_tests.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/coinstatsindex_tests.cpp b/src/test/coinstatsindex_tests.cpp
index 50eb479035..1d9a037a66 100644
--- a/src/test/coinstatsindex_tests.cpp
+++ b/src/test/coinstatsindex_tests.cpp
@@ -13,9 +13,6 @@
#include <chrono>
-using kernel::CCoinsStats;
-using kernel::CoinStatsHashType;
-
BOOST_AUTO_TEST_SUITE(coinstatsindex_tests)
static void IndexWaitSynced(BaseIndex& index)