From 957eb3ca7ecd4f50e34490e609454de539ef290a Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 16 Apr 2018 11:19:25 +0200 Subject: [PATCH] Remove old and unclear todo comment. --- src/smpi/include/private.hpp | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.20.1