X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/981677f3651b49f2076cf71af2b66dda92ce6829..62ef333af12243ec6a04be079bd94081fd2372f0:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index 45e6bc89af..305f751bbf 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -46,8 +46,6 @@ typedef struct s_mc_snapshot{ xbt_dynar_t stacks; xbt_dynar_t to_ignore; uint64_t hash; - char hash_global[41]; - char hash_local[41]; } s_mc_snapshot_t, *mc_snapshot_t; typedef struct s_mc_snapshot_stack{ @@ -237,8 +235,6 @@ typedef struct s_mc_comparison_times{ double libsimgrid_global_variables_comparison_time; double heap_comparison_time; double stacks_comparison_time; - double hash_global_variables_comparison_time; - double hash_local_variables_comparison_time; }s_mc_comparison_times_t, *mc_comparison_times_t; extern __thread mc_comparison_times_t mc_comp_times;