Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
routing: get rid of unused strings
[simgrid.git] / include / simgrid / platf.h
index c9eae8d..75b26ff 100644 (file)
@@ -33,8 +33,6 @@ typedef enum {
 
 
 typedef struct s_model_type {
-  const char *name;
-  const char *desc;
   AS_t (*create) ();
 } s_routing_model_description_t, *routing_model_description_t;