Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
drop last bits of Viva/Triva (long gone anyway) support
[simgrid.git] / src / instr / instr_platform.cpp
index 482bc9a..565c8cb 100644 (file)
@@ -106,9 +106,6 @@ static void linkContainers(container_t src, container_t dst, std::set<std::strin
   simgrid::instr::LinkType* link = father->type_->by_name_or_create(link_typename, src->type_, dst->type_);
   link->set_calling_container(father);
 
-  // register EDGE types for triva configuration
-  trivaEdgeTypes.insert(link->get_name());
-
   // create the link
   static long long counter = 0;