From f92e76921869d4bd24a3a76945aa4a2af793bdd3 Mon Sep 17 00:00:00 2001 From: "Samuel K. Gutierrez" Date: Thu, 12 Sep 2024 13:44:25 -0600 Subject: [PATCH] Remove assert. Signed-off-by: Samuel K. Gutierrez --- src/qvi-scope.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/qvi-scope.cc b/src/qvi-scope.cc index 95cf0d3..c2758e0 100644 --- a/src/qvi-scope.cc +++ b/src/qvi-scope.cc @@ -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);