From 39353ebb442f08df3b766b3823b0e3d96fa30e5d Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Tue, 18 Mar 2008 02:56:50 +0000 Subject: [PATCH] Cleanup. This commit was SVN r17855. --- ompi/mca/bml/bml.h | 5 ----- ompi/mca/bml/r2/bml_r2_component.c | 8 +++----- 2 files changed, 3 insertions(+), 10 deletions(-) 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 */