X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/939a250d95df492a4ae10048a3ef6744c80187bc..71c99a9d63794db4887045de2512d3a06ff62344:/src/simix/smx_host.cpp diff --git a/src/simix/smx_host.cpp b/src/simix/smx_host.cpp index 557251a81b..a1461a2344 100644 --- a/src/simix/smx_host.cpp +++ b/src/simix/smx_host.cpp @@ -111,11 +111,6 @@ const char* SIMIX_host_self_get_name() return host->cname(); } -void _SIMIX_host_free_process_arg(void *data) -{ - smx_process_arg_t arg = *(static_cast(data)); - delete arg; -} /** * \brief Add a process to the list of the processes that the host will restart when it comes back * This function add a process to the list of the processes that will be restarted when the host comes