From: Arnaud Giersch Date: Wed, 1 Nov 2017 16:09:04 +0000 (+0100) Subject: Remove old commented declaration. X-Git-Tag: v3.18~316 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2bc982fafa526d8844d2d8f653008e772fb5e049 Remove old commented declaration. --- diff --git a/src/smpi/include/private.hpp b/src/smpi/include/private.hpp index 845724c6d6..02261ca01d 100644 --- a/src/smpi/include/private.hpp +++ b/src/smpi/include/private.hpp @@ -410,7 +410,6 @@ struct s_smpi_privatization_region_t { }; typedef s_smpi_privatization_region_t* smpi_privatization_region_t; -// extern XBT_PRIVATE smpi_privatization_region_t smpi_privatization_regions; extern XBT_PRIVATE int smpi_loaded_page; extern XBT_PRIVATE int smpi_universe_size; XBT_PRIVATE smpi_privatization_region_t smpi_init_global_memory_segment_process();