Skip to content

Commit

Permalink
Merge pull request openucx#2367 from yosefe/topic/uct-ib-iface-clenaup
Browse files Browse the repository at this point in the history
UCT/IB: Remove prototype of deleted function
  • Loading branch information
yosefe authored Mar 6, 2018
2 parents 87c39cd + 2bdb7bc commit 6e688d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/uct/ib/base/ib_iface.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@ typedef struct uct_ib_recv_wr {
int uct_ib_iface_prepare_rx_wrs(uct_ib_iface_t *iface, ucs_mpool_t *mp,
uct_ib_recv_wr_t *wrs, unsigned n);

void uct_ib_iface_fill_ah_attr(uct_ib_iface_t *iface, const uct_ib_address_t *ib_addr,
uint8_t src_path_bits, struct ibv_ah_attr *ah_attr);

ucs_status_t uct_ib_iface_create_ah(uct_ib_iface_t *iface,
struct ibv_ah_attr *ah_attr,
struct ibv_ah **ah_p);
Expand Down

0 comments on commit 6e688d0

Please sign in to comment.