Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the (unoticed) mess I made
[simgrid.git] / src / s4u / s4u_Exec.cpp
index a61217d..4d6ec06 100644 (file)
@@ -98,7 +98,6 @@ ExecPtr Exec::set_name(std::string name)
 
 ExecPtr Exec::set_tracing_category(std::string category)
 {
-  xbt_assert(state_ == State::INITED, "Cannot change the name of an exec after its start");
   if (category.empty())
     return this;