Skip to content

Commit

Permalink
#1899: scheduler: fix bad rebase with endif
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Sep 20, 2022
1 parent 3e4334b commit aa7d058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vt/scheduler/suspended_units.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ void SuspendedUnits::addSuspended(
) {
#if vt_check_enabled(fcontext)
vtAssert(runnable->isSuspended(), "Runnable must be suspended to add");
#endif

units_.emplace(
std::piecewise_construct,
Expand Down

0 comments on commit aa7d058

Please sign in to comment.