From 7616b7b3f449a258f75f3e1ba5c974b74694e91a Mon Sep 17 00:00:00 2001 From: Marion Guthmuller Date: Tue, 4 Dec 2012 16:20:39 +0100 Subject: [PATCH] model-checker : get libsimgrid_path with MC_init_memory_map_infos --- src/mc/mc_checkpoint.c | 3 --- 1 file changed, 3 deletions(-) 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"); -- 2.20.1