Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Dead code.
[simgrid.git] / src / mc / compare.cpp
index 31a614c..febf10b 100644 (file)
@@ -699,8 +699,7 @@ static bool heap_area_differ_with_type(simgrid::mc::StateComparator& state, cons
                                            type->byte_size, check_ignore);
 
     default:
-      XBT_VERB("Unknown case: %d", type->type);
-      break;
+      THROW_IMPOSSIBLE;
   }
   return false;
 }