Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill an obsolete FIXME.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 11 Jan 2019 12:24:14 +0000 (13:24 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 11 Jan 2019 12:24:14 +0000 (13:24 +0100)
src/instr/jedule/jedule_platform.cpp

index 47919e0..e331627 100644 (file)
@@ -50,8 +50,6 @@ void Container::add_resources(std::vector<sg_host_t> hosts)
   this->children.clear();
   this->last_id_ = 0;
 
   this->children.clear();
   this->last_id_ = 0;
 
-  //FIXME do we need to sort?: xbt_dynar_sort_strings(host_names);
-
   for (auto const& host : hosts) {
     const char *host_name = sg_host_get_name(host);
     this->name2id.insert({host_name, this->last_id_});
   for (auto const& host : hosts) {
     const char *host_name = sg_host_get_name(host);
     this->name2id.insert({host_name, this->last_id_});