Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
surf_cpu_model_pm: remove global
[simgrid.git] / src / surf / host_clm03.cpp
index 340dc2a..e22365b 100644 (file)
@@ -20,7 +20,6 @@ void surf_host_model_init_current_default()
 
 void surf_host_model_init_compound()
 {
-  xbt_assert(surf_cpu_model_pm, "No CPU model defined yet!");
   /* FIXME[donassolo]: this smells bad, but works
    * (the constructor saves its pointer in all_existing_models and models_by_type :O).
    * We need a manager for these models */