Skip to content

Commit

Permalink
remove commented outlines
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 committed Nov 25, 2024
1 parent 5fefb71 commit 9ae28c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/communication_buffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,6 @@ bool CommBuffer<T>::TryReceive(bool local) noexcept {

template <class T>
void CommBuffer<T>::Stale() {
// PARTHENON_REQUIRE(*comm_type_ != BuffCommType::sender, "Should never get here.");

// if (!(*state_ == BufferState::received || *state_ == BufferState::received_null))
// PARTHENON_DEBUG_WARN("Staling buffer not in the received state.");
#ifdef MPI_PARALLEL
if (MPI_REQUEST_NULL != *my_request_)
PARTHENON_WARN("Staling buffer with pending request.");
Expand Down

0 comments on commit 9ae28c8

Please sign in to comment.