Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove mc_stats.state_size (not used)
[simgrid.git] / src / mc / mc_private.h
index ae5e000deb0418d20631dba349921320fea5ed96..235a5beafbb91f785869a2f92754ffcc4b1e9983 100644 (file)
@@ -67,7 +67,6 @@ XBT_PRIVATE void MC_show_deadlock(void);
 /****************************** Statistics ************************************/
 
 typedef struct mc_stats {
-  unsigned long state_size;
   unsigned long visited_states;
   unsigned long executed_transitions;
 } s_mc_stats_t, *mc_stats_t;