X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a817d15d9cffa7f528cccb301afb57243be4dd9c..5423275bf80828ba9e68147dc76a6fcc737826a7:/src/surf/cpu_im.c diff --git a/src/surf/cpu_im.c b/src/surf/cpu_im.c index 1be8704e8f..093b626ae3 100644 --- a/src/surf/cpu_im.c +++ b/src/surf/cpu_im.c @@ -87,10 +87,6 @@ static cpu_Cas01_im_t cpu_im_new(char *name, double power_peak, surf_resource_free); cpu->action_set = xbt_swag_new(xbt_swag_offset(action, cpu_list_hookup)); -#ifdef HAVE_TRACING - TRACE_surf_host_declaration(name, core * power_scale * power_peak); -#endif - return cpu; }