X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e1459ae1f3ca27cf74f3592980445151049defd1..bff0c1c16b4447b3503aa48d11b15243154ed51a:/src/mc/mc_snapshot.h diff --git a/src/mc/mc_snapshot.h b/src/mc/mc_snapshot.h index 7befa377df..c799698414 100644 --- a/src/mc/mc_snapshot.h +++ b/src/mc/mc_snapshot.h @@ -128,14 +128,6 @@ typedef struct XBT_PRIVATE s_mc_snapshot_stack { int process_index; } s_mc_snapshot_stack_t, *mc_snapshot_stack_t; -typedef struct s_mc_global_t { - int initial_communications_pattern_done = 0; - int recv_deterministic = 0; - int send_deterministic = 0; - char *send_diff = nullptr; - char *recv_diff = nullptr; -}s_mc_global_t, *mc_global_t; - namespace simgrid { namespace mc {