Skip to content

Commit 6b83a7b

Browse files
authored
rpcdaemon: fix clang tidy after PR 2403 (#2404)
1 parent 522f009 commit 6b83a7b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

silkworm/rpc/daemon.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ static std::string get_library_versions() {
8181
return library_versions;
8282
}
8383

84-
using ethdb::kv::block_number_from_block_hash_provider;
85-
using ethdb::kv::block_number_from_txn_hash_provider;
86-
using ethdb::kv::block_provider;
87-
using ethdb::kv::canonical_block_hash_from_number_provider;
88-
8984
int Daemon::run(const DaemonSettings& settings) {
9085
const bool are_settings_valid{validate_settings(settings)};
9186
if (!are_settings_valid) {

0 commit comments

Comments
 (0)