Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add setset to cmake build chain
[simgrid.git] / src / xbt / xbt_main.c
index a533533..da053ee 100644 (file)
@@ -1,8 +1,7 @@
-/* $Id$ */
-
 /* module handling                                                          */
 
-/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
+/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team.
+ * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -85,7 +84,6 @@ void xbt_init(int *argc, char **argv)
   xbt_backtrace_init();
   xbt_log_init(argc, argv);
   xbt_os_thread_mod_init();
-  xbt_context_mod_init();
 }
 
 /** @brief Finalize the xbt mechanisms. */
@@ -95,7 +93,6 @@ void xbt_exit()
   if (xbt_initialized == 0) {
     xbt_fifo_exit();
     xbt_dict_exit();
-    xbt_context_mod_exit();
     xbt_os_thread_mod_exit();
     xbt_log_exit();
     xbt_backtrace_exit();