diff --git a/ompi/mca/bml/bml.h b/ompi/mca/bml/bml.h index 3ebf94fcd3..5ba584f9e7 100644 --- a/ompi/mca/bml/bml.h +++ b/ompi/mca/bml/bml.h @@ -548,11 +548,6 @@ typedef int (*mca_bml_base_module_register_fn_t)( mca_btl_base_module_recv_cb_fn_t cbfunc, void* cbdata ); - - - - - /** * Register a callback function that is called of error. * diff --git a/ompi/mca/bml/r2/bml_r2_component.c b/ompi/mca/bml/r2/bml_r2_component.c index 38abeb1a05..b4298c39c9 100644 --- a/ompi/mca/bml/r2/bml_r2_component.c +++ b/ompi/mca/bml/r2/bml_r2_component.c @@ -80,11 +80,9 @@ int mca_bml_r2_component_close(void) } -mca_bml_base_module_t* mca_bml_r2_component_init( - int* priority, - bool enable_progress_threads, - bool enable_mpi_threads - ) +mca_bml_base_module_t* mca_bml_r2_component_init( int* priority, + bool enable_progress_threads, + bool enable_mpi_threads ) { /* initialize BTLs */