From: alegrand Date: Wed, 12 Sep 2007 15:15:53 +0000 (+0000) Subject: remove global maxmin system. Every model should use its own. It's cleaner and faster!!! X-Git-Tag: v3.3~1184 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a65bcaf6fb85551eb08cbaef7180f8f1a173a2b0 remove global maxmin system. Every model should use its own. It's cleaner and faster!!! git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4600 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/surf.c b/src/surf/surf.c index 0e838dec38..aad25692b9 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -356,8 +356,6 @@ void surf_init(int *argc, char **argv) model_list = xbt_dynar_new(sizeof(surf_model_private_t), NULL); if (!history) history = tmgr_history_new(); - if (!maxmin_system) - maxmin_system = lmm_system_new(); } static char *path_name = NULL;