Skip to content

Commit

Permalink
Remove unused variable in nano::transport::tcp_channels::collect_cont…
Browse files Browse the repository at this point in the history
…ainer_info (#4172)
  • Loading branch information
clemahieu committed Mar 5, 2023
1 parent b7816ba commit bc60e76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nano/node/transport/tcp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ std::unique_ptr<nano::container_info_component> nano::transport::tcp_channels::c
{
std::size_t channels_count;
std::size_t attemps_count;
std::size_t node_id_handshake_sockets_count;
{
nano::lock_guard<nano::mutex> guard{ mutex };
channels_count = channels.size ();
Expand Down

0 comments on commit bc60e76

Please sign in to comment.