X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/26ba5558401021cb3854f2f1a5ffedd7044f6823..bf2eac918e4a2b27667268c0f4355f0797fd5af4:/src/instr/instr_platform.cpp diff --git a/src/instr/instr_platform.cpp b/src/instr/instr_platform.cpp index 0c1a8d0dc0..565c8cb601 100644 --- a/src/instr/instr_platform.cpp +++ b/src/instr/instr_platform.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2020. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -106,9 +106,6 @@ static void linkContainers(container_t src, container_t dst, std::settype_->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;