Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
In <cluster>, attributes availability_file and state_file are gone.
[simgrid.git] / src / surf / xml / surfxml_sax_cb.cpp
index a0d39b4..43a7a95 100644 (file)
@@ -563,8 +563,6 @@ void ETag_surfxml_cluster(void){
     break;
   }
 
-  cluster.availability_trace = A_surfxml_cluster_availability___file;
-  cluster.state_trace = A_surfxml_cluster_state___file;
   sg_platf_new_cluster(&cluster);
 
   current_property_set = nullptr;