X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5e7bfe440cdfcbb8781bdcab959cd40abc9a3d29..2818cfc3410f2a4b4aebc56514c823f2b4b5e856:/src/smpi/include/smpi_group.hpp diff --git a/src/smpi/include/smpi_group.hpp b/src/smpi/include/smpi_group.hpp index f22bf4eb1b..eb56ba4e4c 100644 --- a/src/smpi/include/smpi_group.hpp +++ b/src/smpi/include/smpi_group.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2013-2017. The SimGrid Team. +/* Copyright (c) 2010-2018. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -24,7 +24,6 @@ class Group : public F2C{ */ std::vector rank_to_actor_map_; std::map actor_to_rank_map_; - std::vector rank_to_index_map_; std::vector index_to_rank_map_; int refcount_;