X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f037dbaa06a4fca5291b56b421a8de3f7f3e9920..efb6d96da05b21abd68ab105a55fed664e108d89:/src/mc/mc_global.c diff --git a/src/mc/mc_global.c b/src/mc/mc_global.c index e6cd34b9f2..64849ec1ec 100644 --- a/src/mc/mc_global.c +++ b/src/mc/mc_global.c @@ -183,10 +183,6 @@ mc_object_info_t MC_new_object_info(void) { res->start_text = NULL; res->start_data = NULL; res->start_bss = NULL; - res->start_plt = NULL; - res->end_plt = NULL; - res->start_got_plt = NULL; - res->end_got_plt = NULL; res->local_variables = xbt_dict_new_homogeneous(NULL); res->global_variables = xbt_dynar_new(sizeof(dw_variable_t), dw_variable_free_voidp); res->types = xbt_dict_new_homogeneous(NULL);