Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove unused variable
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Thu, 13 Sep 2012 11:55:25 +0000 (13:55 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Tue, 18 Sep 2012 17:06:28 +0000 (19:06 +0200)
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);