Skip to content

Commit

Permalink
UCP/RNDV: Remove unneded function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrygx committed Jan 26, 2021
1 parent 4b7ff0d commit ce154d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ucp/rndv/rndv.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ void ucp_rndv_receive(ucp_worker_h worker, ucp_request_t *rreq,
const ucp_rndv_rts_hdr_t *rndv_rts_hdr,
const void *rkey_buf);

void ucp_rndv_req_send_ats(ucp_request_t *rndv_req, ucp_request_t *rreq,
ucs_ptr_map_key_t remote_req_id, ucs_status_t status);

ucs_status_t ucp_rndv_rts_handle_status_from_pending(ucp_request_t *sreq,
ucs_status_t status);


#endif

0 comments on commit ce154d7

Please sign in to comment.