X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a75c2ad2b79132f8bef85bb8dd8643706e7ed8d..1fb6a9777849e3542d734189f06494eaefba6cb0:/src/gras/Virtu/sg_process.c diff --git a/src/gras/Virtu/sg_process.c b/src/gras/Virtu/sg_process.c index a69254a74e..ec571ec29a 100644 --- a/src/gras/Virtu/sg_process.c +++ b/src/gras/Virtu/sg_process.c @@ -61,10 +61,6 @@ gras_process_init() { hd->proc[ i ] = MSG_process_self_PID(); - /* Connect a dummy socket to ourselves. It's returned by select() */ - TRY(gras_socket_client(MSG_host_get_name(MSG_host_self()), - pd->chan, &(pd->sock))); - VERB2("Creating process '%s' (%d)", MSG_process_get_name(MSG_process_self()), MSG_process_self_PID());