Skip to content

Commit

Permalink
Remove assert. (#277)
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel K. Gutierrez <[email protected]>
  • Loading branch information
samuelkgutierrez authored Sep 12, 2024
1 parent 4cf99ed commit 70f95bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/qvi-scope.cc
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,6 @@ qv_scope::split(
rc = m_group->split(
colorp, m_group->rank(), &group
);

assert(rc == QV_SUCCESS);

if (rc != QV_SUCCESS) goto out;
// Create and initialize the new scope.
rc = qvi_new(&ichild, group, hwpool);
Expand Down

0 comments on commit 70f95bc

Please sign in to comment.