Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
AS don't need a modelDesc. They have a C++ class
[simgrid.git] / src / surf / surf_routing.hpp
index e6ef6b7..7a2a2a3 100644 (file)
@@ -50,7 +50,6 @@ class As {
 public:
   xbt_dynar_t p_indexNetworkElm = xbt_dynar_new(sizeof(char*),NULL);
   xbt_dict_t p_bypassRoutes;    /* store bypass routes */
-  routing_model_description_t p_modelDesc;
   e_surf_routing_hierarchy_t p_hierarchy;
   char *p_name = nullptr;
   As *p_routingFather = nullptr;