]> 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 09d209d526f135464d3a0dfbf942c78522884cf3..286f9e266ebb2d169760d8e3354461e5063891fb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2015-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. */
@@ -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());