Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove useless model-checker/model-checked round trip
[simgrid.git] / src / mc / CommunicationDeterminismChecker.cpp
index 2c09269..2b20a33 100644 (file)
@@ -351,9 +351,6 @@ void CommunicationDeterminismChecker::prepare()
 
   XBT_DEBUG("********* Start communication determinism verification *********");
 
-  /* Wait for requests (schedules processes) */
-  mc_model_checker->wait_for_requests();
-
   /* Get an enabled process and insert it in the interleave set of the initial state */
   for (auto& p : mc_model_checker->process().simix_processes())
     if (simgrid::mc::process_is_enabled(&p.copy))