Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups to please sonar, and add a FIXME for a bug we have
[simgrid.git] / src / surf / sg_platf.cpp
index 9e3d11b..7c8b90e 100644 (file)
@@ -307,7 +307,6 @@ void sg_platf_new_cluster(sg_platf_cluster_cbarg_t cluster)
     host.core_amount = cluster->core_amount;
     host.coord = "";
     sg_platf_new_host(&host);
-   // delete host.speed_per_pstate;
     XBT_DEBUG("</host>");
 
     XBT_DEBUG("<link\tid=\"%s\"\tbw=\"%f\"\tlat=\"%f\"/>", link_id, cluster->bw, cluster->lat);