Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill dead code
[simgrid.git] / src / msg / msg_process.cpp
index 82d6774..91ebad6 100644 (file)
@@ -146,7 +146,6 @@ msg_process_t MSG_process_create_with_environment(
   /* Simulator data for MSG */
   simdata->m_host = host;
   simdata->data = data;
-  simdata->last_errno = MSG_OK;
 
   /* Let's create the process: SIMIX may decide to start it right now,
    * even before returning the flow control to us */
@@ -163,12 +162,6 @@ msg_process_t MSG_process_create_with_environment(
   return process;
 }
 
-static int MSG_maestro(int argc, char** argv)
-{
-  int res = MSG_main();
-  return res;
-}
-
 /* Become a process in the simulation
  *
  * Currently this can only be called by the main thread (once) and only work with some thread factories