Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove extern "C" from cpp files.
[simgrid.git] / src / msg / msg_legacy.cpp
index 849f151..7f65062 100644 (file)
@@ -7,8 +7,6 @@
 
 #define MSG_CALL(type, oldname, args)
 
-extern "C" {
-
 /* ************************** Actors *************************** */
 int MSG_process_get_PID(sg_actor_t actor)
 {
@@ -306,4 +304,3 @@ void MSG_vm_destroy(sg_vm_t vm)
 {
   sg_vm_destroy(vm);
 }
-}