Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : get libsimgrid_path with MC_init_memory_map_infos
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Tue, 4 Dec 2012 15:20:39 +0000 (16:20 +0100)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Tue, 4 Dec 2012 15:20:39 +0000 (16:20 +0100)
src/mc/mc_checkpoint.c

index 668aad9..862d2fa 100644 (file)
@@ -246,9 +246,6 @@ void get_libsimgrid_plt_section(){
   int i, plt_found = 0;
   unsigned long int size, offset;
 
   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");
   char *command = bprintf("objdump --section-headers %s", libsimgrid_path);
 
   fp = popen(command, "r");