]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/activity/MutexImpl.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This seems to reduce the amount of failure, but I don't know why :(
[simgrid.git] / src / kernel / activity / MutexImpl.hpp
index a614a775dbaad0319335062035d96be2afd4511a..3eebec2b12a5581885d4af15c59b0a42f9306f3a 100644 (file)
@@ -50,9 +50,6 @@ public:
 
   bool test(actor::ActorImpl* issuer = nullptr) override;
   void wait_for(actor::ActorImpl* issuer, double timeout) override;
-  void post() override
-  { /* no model action */
-  }
   void finish() override;
   void set_exception(actor::ActorImpl* issuer) override
   { /* nothing to do */