Skip to content

Commit

Permalink
Remove dead code (2 unused var warnings).
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Oct 26, 2024
1 parent f03297c commit 4528172
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/protocols/protocol_version_70002.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ using namespace system;
using namespace bc::network::messages;
using namespace std::placeholders;

static const std::string insufficient_version = "insufficient-version";
static const std::string insufficient_services = "insufficient-services";

protocol_version_70002::protocol_version_70002(const session::ptr& session,
const channel::ptr& channel) NOEXCEPT
: protocol_version_70002(session, channel,
Expand Down

0 comments on commit 4528172

Please sign in to comment.