Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill an internal function marked 'KILLME' and surviving from the times where libdata...
[simgrid.git] / src / gras / Transport / transport_private.h
index 774ed60..9af4bed 100644 (file)
@@ -23,7 +23,7 @@
 #include "gras/transport.h"  /* rest of module interface */
 
 #include "gras/Transport/transport_interface.h" /* semi-public API */
-#include "gras/Virtu/virtu_interface.h" /* socketset_get() */
+#include "gras/Virtu/virtu_interface.h" /* libdata management */
 
 extern int gras_trp_libdata_id; /* our libdata identifier */
 /**
@@ -86,6 +86,4 @@ void gras_trp_buf_setup(gras_trp_plugin_t plug);
 
 gras_socket_t gras_trp_buf_init_sock(gras_socket_t sock);
 
-xbt_dynar_t gras_socketset_get(void); /* FIXME:KILLME */
-
 #endif /* GRAS_TRP_PRIVATE_H */