From: alegrand Date: Fri, 20 Nov 2009 09:55:32 +0000 (+0000) Subject: remove wrong comment X-Git-Tag: SVN~872 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1ecee9162f7128c68d579d4e454ccbcd26b38b8e?hp=07ce716b44d53a070fc2358ec727bb1975198200 remove wrong comment git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6845 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/network_constant.c b/src/surf/network_constant.c index 572ba021bf..8d71f074fc 100644 --- a/src/surf/network_constant.c +++ b/src/surf/network_constant.c @@ -29,7 +29,6 @@ static void netcste_count_hosts(void) static void netcste_define_callbacks(const char *file) { - /* Figuring out the network links */ surfxml_add_callback(STag_surfxml_host_cb_list, &netcste_count_hosts); }