Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't set variable twice.
[simgrid.git] / src / simix / smx_deployment.cpp
index f1173c1..806f34c 100644 (file)
@@ -63,7 +63,6 @@ void SIMIX_process_set_function(const char* process_host, const char* process_fu
   xbt_assert(parse_code, "Function '%s' unknown", process_function);
 
   actor.function           = process_function;
-  actor.host               = process_host;
   actor.kill_time          = process_kill_time;
   actor.start_time         = process_start_time;
   actor.restart_on_failure = false;