Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove useless question in assert
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 1 Jul 2014 09:36:46 +0000 (11:36 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 1 Jul 2014 09:36:56 +0000 (11:36 +0200)
src/mc/mc_compare.cpp

index 0067028..8d0f597 100644 (file)
@@ -247,8 +247,7 @@ static int compare_global_variables(int region_type, mc_mem_region_t r1,
                                     mc_mem_region_t r2, mc_snapshot_t snapshot1,
                                     mc_snapshot_t snapshot2)
 {
                                     mc_mem_region_t r2, mc_snapshot_t snapshot1,
                                     mc_snapshot_t snapshot2)
 {
-  xbt_assert(r1 && r2,
-    "Missing region. Did you enable SMPI privatisation? It is not compatible with state comparison.");
+  xbt_assert(r1 && r2, "Missing region.");
   struct mc_compare_state state;
 
   xbt_dynar_t variables;
   struct mc_compare_state state;
 
   xbt_dynar_t variables;