Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
dependencies support for Comm (needs testing)
[simgrid.git] / include / simgrid / s4u / Activity.hpp
index 1c87d16..87fb4f6 100644 (file)
@@ -105,7 +105,6 @@ public:
   {
     state_ = State::STARTING;
     if (not has_dependencies()) {
-      state_ = State::STARTED;
       XBT_CDEBUG(s4u_activity, "All dependencies are solved, let's start '%s'", get_cname());
       start();
     }