Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove global maxmin system. Every model should use its own. It's cleaner and faster!!!
[simgrid.git] / src / surf / surf_private.h
index 0b66302..809e6ae 100644 (file)
@@ -65,7 +65,6 @@ void surf_action_set_data(surf_action_t action,
                          void *data);
 FILE * surf_fopen(const char *name, const char *mode);
 
-extern lmm_system_t maxmin_system;
 extern tmgr_history_t history;
 extern xbt_dynar_t surf_path;