Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
factor surf_action_ in ActivityImpl
[simgrid.git] / src / kernel / activity / SleepImpl.hpp
index 76fa036..9128912 100644 (file)
@@ -20,7 +20,6 @@ public:
   void post() override;
 
   sg_host_t host                 = nullptr;
-  resource::Action* surf_action_ = nullptr;
 };
 }
 }