From: Marion Guthmuller Date: Tue, 4 Dec 2012 15:20:39 +0000 (+0100) Subject: model-checker : get libsimgrid_path with MC_init_memory_map_infos X-Git-Tag: v3_9_rc1~86^2~191 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7616b7b3f449a258f75f3e1ba5c974b74694e91a?ds=sidebyside model-checker : get libsimgrid_path with MC_init_memory_map_infos --- diff --git a/src/mc/mc_checkpoint.c b/src/mc/mc_checkpoint.c index 668aad969c..862d2fa961 100644 --- a/src/mc/mc_checkpoint.c +++ b/src/mc/mc_checkpoint.c @@ -246,9 +246,6 @@ void get_libsimgrid_plt_section(){ int i, plt_found = 0; unsigned long int size, offset; - if(libsimgrid_path == NULL) - libsimgrid_path = get_libsimgrid_path(); - char *command = bprintf("objdump --section-headers %s", libsimgrid_path); fp = popen(command, "r");