X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e44f9774238ec0236589e28a4f4dc35706aab511..4fd322d14d700ea751c30758ab86ec5e7251f6fa:/src/surf/network_ib.cpp diff --git a/src/surf/network_ib.cpp b/src/surf/network_ib.cpp index 50b200b67a..fa94194f0c 100644 --- a/src/surf/network_ib.cpp +++ b/src/surf/network_ib.cpp @@ -20,8 +20,6 @@ static void IB_create_host_callback(simgrid::s4u::Host const& host) using simgrid::kernel::resource::NetworkIBModel; static int id=0; - // pour t->id -> rajouter une nouvelle struct dans le dict, pour stocker les comms actives - IBNode* act = new IBNode(id); id++;