Skip to content

Commit 70f95bc

Browse files
Remove assert. (#277)
Signed-off-by: Samuel K. Gutierrez <[email protected]>
1 parent 4cf99ed commit 70f95bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/qvi-scope.cc

-3
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,6 @@ qv_scope::split(
242242
rc = m_group->split(
243243
colorp, m_group->rank(), &group
244244
);
245-
246-
assert(rc == QV_SUCCESS);
247-
248245
if (rc != QV_SUCCESS) goto out;
249246
// Create and initialize the new scope.
250247
rc = qvi_new(&ichild, group, hwpool);

0 commit comments

Comments
 (0)