Skip to content

Commit

Permalink
prov/efa: remove unused function rxr_tmsg_construct
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Zhang <[email protected]>
  • Loading branch information
wzamazon committed Jul 1, 2023
1 parent 4ed7aae commit fc9f75c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions prov/efa/src/rdm/efa_rdm_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@ void efa_rdm_msg_construct(struct fi_msg *msg, const struct iovec *iov, void **d
msg->data = data;
}

static inline
void rxr_tmsg_construct(struct fi_msg_tagged *msg, const struct iovec *iov, void **desc,
size_t count, fi_addr_t addr, void *context, uint64_t data, uint64_t tag)
{
msg->msg_iov = iov;
msg->desc = desc;
msg->iov_count = count;
msg->addr = addr;
msg->context = context;
msg->data = data;
msg->tag = tag;
}

/**
* functions to allocate rxe for two sided operations
*/
Expand Down

0 comments on commit fc9f75c

Please sign in to comment.