Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: s/free/xbt_free.
[simgrid.git] / src / simix / smx_deployment.cpp
index 3093fc5..f380ffe 100644 (file)
@@ -118,7 +118,6 @@ void SIMIX_process_set_function(const char* process_host, const char* process_fu
                                 double process_start_time, double process_kill_time)
 {
   s_sg_platf_process_cbarg_t process;
-  memset(&process,0,sizeof(process));
 
   sg_host_t host = sg_host_by_name(process_host);
   if (not host)