Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove old and unclear todo comment.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 16 Apr 2018 09:19:25 +0000 (11:19 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 16 Apr 2018 11:54:46 +0000 (13:54 +0200)
src/smpi/include/private.hpp

index 4792772..5115f85 100644 (file)
@@ -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;