1
1

Remove unnecessary assignment. It is done later in the same function.

This commit was SVN r17441.
Этот коммит содержится в:
Gleb Natapov 2008-02-13 08:28:25 +00:00
родитель 79381c0c44
Коммит 876f49f1a7

Просмотреть файл

@ -466,8 +466,6 @@ int mca_pml_ob1_send_request_start_copy( mca_pml_ob1_send_request_t* sendreq,
sendreq->req_send.req_base.req_count,
sendreq->req_send.req_base.req_datatype);
);
descriptor->des_cbfunc = mca_pml_ob1_match_completion_free;
}