X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6e9085979401423afcde6d001562b6ffd23021e8..5423275bf80828ba9e68147dc76a6fcc737826a7:/src/surf/cpu.c diff --git a/src/surf/cpu.c b/src/surf/cpu.c index 8e5f51fba7..4a56bfc75e 100644 --- a/src/surf/cpu.c +++ b/src/surf/cpu.c @@ -67,9 +67,6 @@ static cpu_Cas01_t cpu_new(char *name, double power_peak, xbt_dict_set(surf_model_resource_set(surf_cpu_model), name, cpu, surf_resource_free); -#ifdef HAVE_TRACING - TRACE_surf_host_declaration(name, cpu->core * cpu->power_scale * cpu->power_peak); -#endif return cpu; }