Skip to content

Commit

Permalink
ch4/ofi: Remove a redundant assignment
Browse files Browse the repository at this point in the history
Remove a redundant assignment of *request.
  • Loading branch information
hzhou committed Feb 9, 2024
1 parent 66bfcc6 commit 647751e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mpid/ch4/netmod/ofi/ofi_recv.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ MPL_STATIC_INLINE_PREFIX int MPIDI_OFI_do_irecv(void *buf,
goto fn_fail;
}

*request = rreq;
MPIDI_OFI_REQUEST(rreq, kind) = MPIDI_OFI_req_kind__any;
/* preset some fields to NULL */
if (!flags) {
Expand Down

0 comments on commit 647751e

Please sign in to comment.