From 96f7d971d3e43104e1836c4a774dca0d557651b8 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 28 Oct 2008 17:24:31 +0000 Subject: [PATCH] Refs trac:1589: remove the OMPI_DECLSPEC because it doesn't need to be there. This commit was SVN r19825. The following Trac tickets were found above: Ticket 1589 --> https://svn.open-mpi.org/trac/ompi/ticket/1589 --- ompi/mca/btl/base/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/btl/base/base.h b/ompi/mca/btl/base/base.h index fff1f0489d..44c7da48e8 100644 --- a/ompi/mca/btl/base/base.h +++ b/ompi/mca/btl/base/base.h @@ -71,9 +71,9 @@ OMPI_DECLSPEC extern int mca_btl_base_output; extern char* mca_btl_base_include; extern char* mca_btl_base_exclude; extern int mca_btl_base_warn_component_unused; +extern int mca_btl_base_already_opened; OMPI_DECLSPEC extern opal_list_t mca_btl_base_components_opened; OMPI_DECLSPEC extern opal_list_t mca_btl_base_modules_initialized; -OMPI_DECLSPEC extern int mca_btl_base_already_opened; END_C_DECLS