Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a now unused field
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 4 Nov 2022 23:44:25 +0000 (00:44 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 4 Nov 2022 23:44:25 +0000 (00:44 +0100)
src/kernel/actor/Simcall.hpp

index b98ee1e..bf7562b 100644 (file)
@@ -25,8 +25,6 @@ public:
   simgrid::kernel::actor::ActorImpl* issuer_         = nullptr;
   simgrid::kernel::timer::Timer* timeout_cb_         = nullptr; // Callback to timeouts
   simgrid::kernel::actor::SimcallObserver* observer_ = nullptr; // makes that simcall observable by the MC
-  unsigned int mc_max_consider_ =
-      0; // How many times this simcall should be used. If >1, this will be a fork in the state space.
   std::function<void()> const* code_ = nullptr;
 
   const char* get_cname() const;