]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/Session.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: inline a function
[simgrid.git] / src / mc / Session.cpp
index 37a048762ba8d3f795a72a78b49273a8229b453f..286f9e266ebb2d169760d8e3354461e5063891fb 100644 (file)
@@ -107,13 +107,6 @@ void Session::take_initial_snapshot()
   initial_snapshot_ = std::make_shared<simgrid::mc::Snapshot>(0);
 }
 
-simgrid::mc::RemotePtr<simgrid::kernel::actor::SimcallObserver> Session::execute(Transition const& transition) const
-{
-  simgrid::mc::RemotePtr<simgrid::kernel::actor::SimcallObserver> res = model_checker_->handle_simcall(transition);
-  model_checker_->wait_for_requests();
-  return res;
-}
-
 void Session::restore_initial_state() const
 {
   this->initial_snapshot_->restore(&model_checker_->get_remote_process());