Skip to content

Commit 8717b8e

Browse files
author
Marcus Walther
committed
- removed unused boost_export
1 parent f23c496 commit 8717b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimulationRuntime/cpp/Include/FMU/FactoryExport.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
*/
66

77
#if defined(__vxworks) || defined(__TRICORE__) || defined(RUNTIME_STATIC_LINKING)
8-
#define BOOST_EXTENSION_LOGGER_DECL
8+
// #define BOOST_EXTENSION_LOGGER_DECL
99
#elif defined(OMC_BUILD) || defined(SIMSTER_BUILD)
10-
#define BOOST_EXTENSION_LOGGER_DECL
10+
// #define BOOST_EXTENSION_LOGGER_DECL
1111
#else
1212
error "operating system not supported"
1313
#endif

0 commit comments

Comments
 (0)