From: alegrand Date: Tue, 30 Nov 2004 22:37:12 +0000 (+0000) Subject: KILKILKIL X-Git-Tag: v3.3~4815 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/647155a7a47a860221d368a16f3003e93e716e2f?hp=c45203b2e06e1be40d5c1c614f928b9d31981c30 KILKILKIL git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@535 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/gras/Transport/transport.c b/src/gras/Transport/transport.c index 587c37091b..1aa3413d41 100644 --- a/src/gras/Transport/transport.c +++ b/src/gras/Transport/transport.c @@ -16,8 +16,6 @@ XBT_LOG_NEW_SUBCATEGORY(raw_trp,transport,"Conveying bytes over the network with static xbt_dict_t _gras_trp_plugins; /* All registered plugins */ static void gras_trp_plugin_free(void *p); /* free one of the plugins */ -/* static void gras_trp_socket_free(void *s); /\* free one socket *\/ */ - static void gras_trp_plugin_new(const char *name, gras_trp_setup_t setup) { xbt_error_t errcode;