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

Public GIT Repository
Semaphore made observable from the Checker side
[simgrid.git] / src / kernel / activity / ExecImpl.hpp
index 622940c7fa3b7a51c037d749cc22bf0e0f0f237c..cbe373fef1d70e6cc27655c3b623b7c1f0ae5a0a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -56,7 +56,6 @@ public:
   void finish() override;
 
   void reset();
-  static void wait_any_for(actor::ActorImpl* issuer, const std::vector<ExecImpl*>& execs, double timeout);
 
   static xbt::signal<void(ExecImpl const&, s4u::Host*)> on_migration;
 };