Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
explicitely capture variables in lambda to please sonar
[simgrid.git] / src / mc / simgrid_mc.cpp
index 9f85d7a..a115825 100644 (file)
@@ -63,7 +63,6 @@ int main(int argc, char** argv)
 
     // Currently, we need this before sg_config_init:
     _sg_do_model_check = 1;
-    mc_mode = MC_MODE_SERVER;
 
     // The initialisation function can touch argv.
     // We make a copy of argv before modifying it in order to pass the original