From e890a8379b340369fc48a5888344a3fab545a5d9 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Mon, 21 May 2012 13:15:24 +0000 Subject: [PATCH] Various minor cleanups. This commit was SVN r26461. --- ompi/datatype/ompi_datatype_internal.h | 1 - ompi/mca/btl/base/btl_base_mca.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ompi/datatype/ompi_datatype_internal.h b/ompi/datatype/ompi_datatype_internal.h index cd7eb15d0f..266b40a22e 100644 --- a/ompi/datatype/ompi_datatype_internal.h +++ b/ompi/datatype/ompi_datatype_internal.h @@ -29,7 +29,6 @@ /* * This is the OMPI-layered numbering of ALL supported MPI types * (derived from the old DT_ names). - * NOTE: These numbers have to match the d_f_to_c_index. */ #define OMPI_DATATYPE_MPI_EMPTY 0x00 #define OMPI_DATATYPE_MPI_INT8_T 0x01 diff --git a/ompi/mca/btl/base/btl_base_mca.c b/ompi/mca/btl/base/btl_base_mca.c index 70c6469c46..48637df276 100644 --- a/ompi/mca/btl/base/btl_base_mca.c +++ b/ompi/mca/btl/base/btl_base_mca.c @@ -33,7 +33,7 @@ int mca_btl_base_param_register(mca_base_component_t *version, - mca_btl_base_module_t *module) + mca_btl_base_module_t *module) { int value, err = 0; char *msg;