Skip to content

Commit d25ca1d

Browse files
committed
Remove unused variables.
Signed-off-by: Joseph Schuchart <[email protected]>
1 parent 3c03e38 commit d25ca1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ompi/mca/osc/ucx/osc_ucx_component.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,13 +476,11 @@ static int ompi_osc_ucx_shared_query_peer(ompi_osc_ucx_module_t *module, int pee
476476
ucp_ep_h ep; // ignored
477477
ucp_rkey_h rkey;
478478
OSC_UCX_GET_DEFAULT_EP(dflt_ep, module, peer);
479-
ucs_status_t status;
480479
opal_common_ucx_winfo_t *winfo; // ignored
481480
rc = opal_common_ucx_tlocal_fetch(module->mem, peer, &ep, &rkey, &winfo, dflt_ep);
482481
if (OMPI_SUCCESS != rc) {
483482
return rc;
484483
}
485-
uint64_t raddr;
486484
void *addr_p;
487485
if (UCS_OK != ucp_rkey_ptr(rkey, module->addrs[peer], &addr_p)) {
488486
return OMPI_ERR_NOT_AVAILABLE;

0 commit comments

Comments
 (0)