Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless #includes
[simgrid.git] / src / mc / mc_client_api.cpp
index 9f6c575..d3fdc26 100644 (file)
@@ -5,7 +5,6 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <xbt/log.h>
-#include <xbt/fifo.h>
 #include <xbt/sysdep.h>
 #include <simgrid/modelchecker.h>
 
@@ -36,7 +35,6 @@ void MC_assert(int prop)
 void MC_cut(void)
 {
   // FIXME, We want to do this in the model-checker:
-  // user_max_depth_reached = 1;
   xbt_die("MC_cut() not implemented");
 }