Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove unused variable
[simgrid.git] / src / mc / mc_private.h
index 6e36d0a..f7f8a36 100644 (file)
@@ -35,8 +35,6 @@ typedef struct s_mc_snapshot{
   mc_mem_region_t *regions;
 } s_mc_snapshot_t, *mc_snapshot_t;
 
-extern char *prog_name;
-
 void MC_take_snapshot(mc_snapshot_t);
 void MC_take_snapshot_liveness(mc_snapshot_t s);
 void MC_restore_snapshot(mc_snapshot_t);