Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/removeAddressPointers' into remo…
Browse files Browse the repository at this point in the history
…veAddressPointers
  • Loading branch information
astro-friedel committed Sep 21, 2023
2 parents 430b9ab + c5de1d5 commit dfd4004
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions communication/communicators/CommBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ bool Comm_t::get_global_scope_comm() {
ygglog_debug << "CommBase: Found global comm \"" << global_name
<< "\"" << std::endl;
}
if (!address.valid())
address = new Address();
address.address(global_comm->address.address());
flags = global_comm->flags & ~COMM_FLAG_GLOBAL;
if (is_server)
Expand Down

0 comments on commit dfd4004

Please sign in to comment.