Remove some inappropriate conditional compilation

This commit is contained in:
Gregory Nutt 2017-05-13 16:56:56 -06:00
parent b08ea68a33
commit c4dd981738

View File

@ -42,8 +42,6 @@
#include <nuttx/config.h>
#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 */