Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to make Engine::on_config_in_platform_done() useless my better placing Engine...
[simgrid.git] / src / msg / msg_environment.cpp
index 2b995a4..5bdf7ae 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2004-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2018. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -11,8 +11,6 @@
 #include <lualib.h>
 #endif
 
-extern "C" {
-
 /********************************* MSG **************************************/
 
 /** \ingroup msg_simulation
@@ -33,5 +31,3 @@ void MSG_create_environment(const char *file)
 {
   SIMIX_create_environment(file);
 }
-
-}