Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove bindings CXX from Simgrid
[simgrid.git] / src / cxx / Config.hpp
diff --git a/src/cxx/Config.hpp b/src/cxx/Config.hpp
deleted file mode 100644 (file)
index 837946e..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef MSG_CONFIG_HPP\r
-#define MSG_CONFIG_HPP\r
-\r
-namespace SimGrid\r
-{\r
-       namespace Msg\r
-       {\r
-               #if defined(WIN32)\r
-                       #if defined(SIMGRIDX_EXPORTS)\r
-                               #define SIMGRIDX_EXPORT __declspec(dllexport)\r
-                       #else\r
-                               #define SIMGRIDX_EXPORT \r
-                       #endif\r
-               #else\r
-                       #define SIMGRIDX_EXPORT\r
-               #endif \r
-       } // namespace Msg\r
-} // namespace SimGrid\r
-\r
-#endif // MSG_CONFIG_HPP
\ No newline at end of file