From 472bab1c4bcfa5110e3fccad3c2dced77e161db3 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 17 Jul 2007 13:47:44 +0000 Subject: [PATCH] Kill a useless field git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3829 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/Transport/transport_interface.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gras/Transport/transport_interface.h b/src/gras/Transport/transport_interface.h index fde430f6a4..281a9c15ae 100644 --- a/src/gras/Transport/transport_interface.h +++ b/src/gras/Transport/transport_interface.h @@ -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 ;) */ -- 2.20.1