Skip to content

Commit

Permalink
fabtests/common: remove unused ret in ft_recvmsg
Browse files Browse the repository at this point in the history
Signed-off-by: Shi Jin <[email protected]>
  • Loading branch information
shijin-aws committed Mar 13, 2024
1 parent 8b40238 commit c421a9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fabtests/common/shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -2826,7 +2826,6 @@ int ft_sendmsg(struct fid_ep *ep, fi_addr_t fi_addr,
int ft_recvmsg(struct fid_ep *ep, fi_addr_t fi_addr,
size_t size, void *ctx, int flags)
{
int ret;
struct fi_msg msg;
struct fi_msg_tagged tagged_msg;
struct iovec msg_iov;
Expand Down

0 comments on commit c421a9c

Please sign in to comment.