Skip to content

Commit ef694fb

Browse files
committed
Remove re-iteration of continuation requests in test_any
1 parent 9024b83 commit ef694fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ompi/request/req_test.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ int ompi_request_default_test_any(
175175
/* continuations may elect to not participate in global progress
176176
* so progress them separately. */
177177
ompi_continue_progress_request(request);
178-
/* requery the request */
179-
--i;
180-
--rptr;
181178
}
182179
#endif // OMPI_HAVE_MPI_EXT_CONTINUE
183180
}

0 commit comments

Comments
 (0)