Skip to content

Commit 2b84634

Browse files
committed
ch4/ucx: remove a leftover declaration
MPIDI_UCX_all_vcis_address_exchange has been moved into ucx_vci.c and no longer needed. We neglected to also remove the prototype declaration in ucx_impl.h.
1 parent 2b7a995 commit 2b84634

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mpid/ch4/netmod/ucx/ucx_impl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,5 @@ void MPIDI_UCX_am_recv_callback_nbx(void *request, ucs_status_t status, size_t l
151151
#endif
152152

153153
int MPIDI_UCX_init_worker(int vci);
154-
int MPIDI_UCX_all_vcis_address_exchange(void);
155154

156155
#endif /* UCX_IMPL_H_INCLUDED */

0 commit comments

Comments
 (0)