X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c978b9fe22c4e00793169fbe9d5f22825b96f894..dc4066f005c4827b8169f71ea0c500b6dc311721:/src/surf/surf_routing_cluster.cpp diff --git a/src/surf/surf_routing_cluster.cpp b/src/surf/surf_routing_cluster.cpp index 12ecc7ae35..0e7a67a306 100644 --- a/src/surf/surf_routing_cluster.cpp +++ b/src/surf/surf_routing_cluster.cpp @@ -22,11 +22,6 @@ AS_t model_cluster_create(void) /* Creation routing model functions */ AsCluster::AsCluster() : AsNone() { - /*result->get_route_and_latency = cluster_get_route_and_latency; - result->finalize = model_cluster_finalize; - result->get_graph = cluster_get_graph; - result->parse_AS = cluster_parse_AS; - result->parse_PU = cluster_parse_PU;*/ } /* Business methods */