1
1
Function mca_pml_ob1_recv_request_fin is not used anywhere

This commit was SVN r9029.
Этот коммит содержится в:
Rainer Keller 2006-02-14 09:48:24 +00:00
родитель 45e3415bb5
Коммит 0642809967
2 изменённых файлов: 1 добавлений и 10 удалений

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

@ -221,7 +221,7 @@ mca_pml_base_module_t* mca_pml_ob1_component_init(int* priority,
* to avoid useless functions calls. The event library will instead call
* directly the BML function.
*/
mca_pml_ob1.super.pml_progress = mca_bml.bml_progress;
mca_pml_ob1.super.pml_progress = mca_bml.bml_progress;
return &mca_pml_ob1.super;
}

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

@ -283,15 +283,6 @@ void mca_pml_ob1_recv_request_matched_probe(
void mca_pml_ob1_recv_request_schedule(
mca_pml_ob1_recv_request_t* req);
/**
*
*/
void mca_pml_ob1_recv_request_fin(
mca_pml_ob1_recv_request_t* req,
size_t rdma_length);
#if defined(c_plusplus) || defined(__cplusplus)
}
#endif