Skip to content

Commit

Permalink
Fixing unused variable compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jan 10, 2024
1 parent 6db7cad commit 7b35448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/full/parcelport_lci/src/sender_connection_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace hpx::parcelset::policies::lci {
{
auto start_time = util::lci_environment::pcounter_now();
return_t ret;
const int retry_max_spin = 32;
// const int retry_max_spin = 32;
if (!config_t::enable_lci_backlog_queue ||
HPX_UNLIKELY(!pp_->is_initialized))
{
Expand Down

0 comments on commit 7b35448

Please sign in to comment.