From c4dd981738593612b38a3c7e26e99eb5ed248a1f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 13 May 2017 16:56:56 -0600 Subject: [PATCH] Remove some inappropriate conditional compilation --- include/platform/cxxinitialize.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/platform/cxxinitialize.h b/include/platform/cxxinitialize.h index 24e07884a..37ca83e76 100644 --- a/include/platform/cxxinitialize.h +++ b/include/platform/cxxinitialize.h @@ -42,8 +42,6 @@ #include -#ifdef CONFIG_PLATFORM_CONFIGDATA - /**************************************************************************** * Public Functions ****************************************************************************/ @@ -83,5 +81,4 @@ void up_cxxinitialize(void); } #endif -#endif /* CONFIG_PLATFORM_CONFIGDATA */ #endif /* __APPS_INCLUDE_PLATFORM_CXXINITIALIZE_H */