Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rewrite how we search for libunwind (hopefully correctly this time)
[simgrid.git] / src / mc / checker / simgrid_mc.cpp
index 277dead..af02035 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2017. The SimGrid Team.
+/* Copyright (c) 2015-2018. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -53,7 +53,6 @@ static std::unique_ptr<simgrid::mc::Checker> createChecker(simgrid::mc::Session&
 int main(int argc, char** argv)
 {
   using simgrid::mc::Session;
-  XBT_LOG_CONNECT(mc_main);
 
   try {
     if (argc < 2)