Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src / kernel / activity / SleepImpl.hpp
index 9128912..2f09407 100644 (file)
@@ -15,8 +15,6 @@ namespace activity {
 
 class XBT_PUBLIC SleepImpl : public ActivityImpl {
 public:
-  void suspend() override;
-  void resume() override;
   void post() override;
 
   sg_host_t host                 = nullptr;