Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove useless variable
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 5 May 2015 13:38:33 +0000 (15:38 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 5 May 2015 13:38:33 +0000 (15:38 +0200)
src/mc/simgrid_mc.cpp

index 2b1f204..6ffb402 100644 (file)
@@ -35,8 +35,6 @@
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_main, mc, "Entry point for simgrid-mc");
 
-static const bool trace = true;
-
 static int do_child(int socket, char** argv)
 {
   XBT_DEBUG("Inside the child process PID=%i", (int) getpid());