From: Arnaud Giersch Date: Mon, 16 Apr 2018 09:19:25 +0000 (+0200) Subject: Remove old and unclear todo comment. X-Git-Tag: v3.20~418^2~5 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/957eb3ca7ecd4f50e34490e609454de539ef290a?hp=b73420cb42656648ba26ee31bb6abfb66d990e88 Remove old and unclear todo comment. --- diff --git a/src/smpi/include/private.hpp b/src/smpi/include/private.hpp index 4792772551..5115f85456 100644 --- a/src/smpi/include/private.hpp +++ b/src/smpi/include/private.hpp @@ -422,8 +422,6 @@ struct option; XBT_PUBLIC int smpi_getopt_long (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index); XBT_PUBLIC int smpi_getopt (int argc, char *const *argv, const char *options); -// TODO, make this static and expose it more cleanly - struct s_smpi_privatization_region_t { void* address; int file_descriptor;