X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dc04f83284126c46ca9f5fe5489c31fffd3eb89a..850b11f6847edce3023ef068f2df7417691e2df3:/src/surf/surf_routing_cluster.cpp diff --git a/src/surf/surf_routing_cluster.cpp b/src/surf/surf_routing_cluster.cpp index 4c924192d5..6c284fc59e 100644 --- a/src/surf/surf_routing_cluster.cpp +++ b/src/surf/surf_routing_cluster.cpp @@ -21,17 +21,6 @@ AS_t model_cluster_create(void) namespace simgrid { namespace surf { -/* Creation routing model functions */ -AsCluster::AsCluster() : AsNone() -{ - p_backbone = 0; - p_loopback = 0; - p_router = 0; - p_has_limiter = 0; - p_has_loopback = 0; - p_nb_links_per_node = 1; -} - /* Business methods */ void AsCluster::getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t route, double *lat) {