Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions ompi/mca/pml/cm/pml_cm.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,6 @@ mca_pml_cm_irecv(void *addr,
return ret;
}

__opal_attribute_always_inline__ static inline void
mca_pml_cm_recv_fast_completion(struct mca_mtl_request_t *mtl_request)
{
// Do nothing!
ompi_request_complete(mtl_request->ompi_req, true);
return;
}

__opal_attribute_always_inline__ static inline int
mca_pml_cm_recv(void *addr,
size_t count,
Expand Down Expand Up @@ -159,7 +151,6 @@ mca_pml_cm_recv(void *addr,
count,
flags);

recvreq->req_mtl.completion_callback = mca_pml_cm_recv_fast_completion;
assert(NULL == recvreq->req_base.req_ompi.req_complete_cb);

MCA_PML_CM_THIN_RECV_REQUEST_START(recvreq, comm, tag, src, ret);
Expand Down