Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a useless field
[simgrid.git] / src / gras / Transport / transport_interface.h
index fde430f..281a9c1 100644 (file)
@@ -105,7 +105,6 @@ typedef struct {
   int myport; /* Port on which I listen myself */
    
   xbt_dynar_t sockets; /* all sockets known to this process */
-  fd_set *fdset; /* idem, in another formalism */
 
   /* SG only elements. In RL, they are part of the OS ;) */