Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move mc_stats.expanded_states into the Checkers
[simgrid.git] / src / mc / mc_private.h
index 8308388..ae5e000 100644 (file)
@@ -69,7 +69,6 @@ XBT_PRIVATE void MC_show_deadlock(void);
 typedef struct mc_stats {
   unsigned long state_size;
   unsigned long visited_states;
-  unsigned long expanded_states;
   unsigned long executed_transitions;
 } s_mc_stats_t, *mc_stats_t;