Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove extern "C" from cpp files.
[simgrid.git] / src / msg / msg_actions.cpp
index 82619ee..7377183 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2009-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. */
@@ -10,8 +10,6 @@
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_action, msg, "MSG actions for trace driven simulation");
 
-extern "C" {
-
 void MSG_action_init()
 {
   MSG_function_register_default(simgrid::xbt::replay_runner);
@@ -52,4 +50,3 @@ msg_error_t MSG_action_trace_run(char *path)
 
   return res;
 }
-}