We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0f8d2c + c757c3d commit 4f810d5Copy full SHA for 4f810d5
orte/mca/rml/ofi/rml_ofi_component.c
@@ -219,17 +219,6 @@ rml_ofi_component_close(void)
219
rc = opal_hash_table_get_next_key_uint64 (&orte_rml_ofi.peers, &key,
220
(void **) &value, node, &node);
221
}
222
-
223
- /* release all peers from the hash table */
224
- rc = opal_hash_table_get_first_key_uint64 (&orte_rml_ofi.peers, &key,
225
- (void **) &value, &node);
226
- while (OPAL_SUCCESS == rc) {
227
- if (NULL != value) {
228
- OBJ_RELEASE(value);
229
- }
230
- rc = opal_hash_table_get_next_key_uint64 (&orte_rml_ofi.peers, &key,
231
- (void **) &value, node, &node);
232
233
OBJ_DESTRUCT(&orte_rml_ofi.peers);
234
OPAL_LIST_DESTRUCT(&orte_rml_ofi.recv_msg_queue_list);
235
0 commit comments