Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
and now, blow up the routing_models table \o/
[simgrid.git] / src / surf / surf_routing_cluster_torus.cpp
index 03bedd5..1288cf8 100644 (file)
@@ -25,11 +25,6 @@ inline unsigned int *rankId_to_coords(int rankId, xbt_dynar_t dimensions)
 }
 
 
-AS_t model_torus_cluster_create(void)
-{
-  return new simgrid::surf::AsClusterTorus();
-}
-
 namespace simgrid {
   namespace surf {
     AsClusterTorus::AsClusterTorus():AsCluster() {