Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill Simcall::COMM_WAIT
[simgrid.git] / src / simix / popping_private.hpp
index b66593e..e335252 100644 (file)
@@ -50,7 +50,6 @@ struct s_smx_simcall {
   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.
-  int mc_value_                           = 0;
   std::array<u_smx_scalar, 11> args_      = {};
   u_smx_scalar result_                    = {};
 };