From fd76e562793ab710456288247fb8b31082d05e8d Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Thu, 5 Oct 2006 05:24:43 +0000 Subject: [PATCH] One protection against C++ compilers is more than enough. This commit was SVN r11998. --- orte/mca/odls/base/odls_private.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/orte/mca/odls/base/odls_private.h b/orte/mca/odls/base/odls_private.h index bf68239cb4..fe4e1b43dc 100644 --- a/orte/mca/odls/base/odls_private.h +++ b/orte/mca/odls/base/odls_private.h @@ -41,10 +41,6 @@ extern "C" { /* * General ODLS types */ -#if defined(c_plusplus) || defined(__cplusplus) -extern "C" { -#endif - typedef struct orte_odls_globals_t { /** Verbose/debug output stream */ int output;