X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bef9b336aab76c687e08f1e308cd25526de0309e..4e0879e02f32153ee997c27cbe0255309a2668db:/src/surf/host_clm03.cpp diff --git a/src/surf/host_clm03.cpp b/src/surf/host_clm03.cpp index 33457c9dc8..21fd55e5e0 100644 --- a/src/surf/host_clm03.cpp +++ b/src/surf/host_clm03.cpp @@ -47,14 +47,6 @@ void surf_host_model_init_compound() namespace simgrid { namespace surf { -Host *HostCLM03Model::createHost(const char *name,RoutingEdge *netElm, Cpu *cpu, xbt_dict_t props){ - Host *host = new simgrid::surf::Host(surf_host_model, name, props, - (xbt_dynar_t)xbt_lib_get_or_null(storage_lib, name, ROUTING_STORAGE_HOST_LEVEL), - netElm, cpu); - XBT_DEBUG("Create host %s with %ld mounted disks", name, xbt_dynar_length(host->p_storage)); - return host; -} - double HostCLM03Model::shareResources(double now){ adjustWeightOfDummyCpuActions();