Skip to content

Commit

Permalink
rpcdaemon: fix clang tidy after PR 2403 (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat authored Oct 7, 2024
1 parent 522f009 commit 6b83a7b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions silkworm/rpc/daemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ static std::string get_library_versions() {
return library_versions;
}

using ethdb::kv::block_number_from_block_hash_provider;
using ethdb::kv::block_number_from_txn_hash_provider;
using ethdb::kv::block_provider;
using ethdb::kv::canonical_block_hash_from_number_provider;

int Daemon::run(const DaemonSettings& settings) {
const bool are_settings_valid{validate_settings(settings)};
if (!are_settings_valid) {
Expand Down

0 comments on commit 6b83a7b

Please sign in to comment.