X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/436361a4e22fc3964761df7db5948b009060cfb8..1059053df344f90ee74d4fc9af05efce32022813:/src/surf/surf_model.c diff --git a/src/surf/surf_model.c b/src/surf/surf_model.c index 8800f71c34..028b732e67 100644 --- a/src/surf/surf_model.c +++ b/src/surf/surf_model.c @@ -34,7 +34,6 @@ surf_model_t surf_model_init(void) xbt_swag_new(xbt_swag_offset(action, state_hookup)); model->states.done_action_set = xbt_swag_new(xbt_swag_offset(action, state_hookup)); - model->resource_set = xbt_dict_new(); model->action_unref = int_die_impossible_paction; model->action_cancel = void_die_impossible_paction;