]> 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 b3470c12a67ea40f0fbb918e53cd3031c6742d37..286f9e266ebb2d169760d8e3354461e5063891fb 100644 (file)
@@ -107,12 +107,6 @@ void Session::take_initial_snapshot()
   initial_snapshot_ = std::make_shared<simgrid::mc::Snapshot>(0);
 }
 
-void Session::execute(Transition const& transition) const
-{
-  model_checker_->handle_simcall(transition);
-  model_checker_->wait_for_requests();
-}
-
 void Session::restore_initial_state() const
 {
   this->initial_snapshot_->restore(&model_checker_->get_remote_process());