Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove extern "C" from cpp files.
[simgrid.git] / src / msg / msg_gos.cpp
index ed37ad0..1b9e132 100644 (file)
@@ -11,8 +11,6 @@
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_gos, msg, "Logging specific to MSG (gos)");
 
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_gos, msg, "Logging specific to MSG (gos)");
 
-extern "C" {
-
 /** \ingroup msg_task_usage
  * \brief Executes a task and waits for its termination.
  *
 /** \ingroup msg_task_usage
  * \brief Executes a task and waits for its termination.
  *
@@ -915,4 +913,3 @@ const char *MSG_task_get_category (msg_task_t task)
 {
   return task->category;
 }
 {
   return task->category;
 }
-}