Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move all XBT_LOG_CONNECT into one place.
[simgrid.git] / src / gras / Virtu / sg_process.c
index 1841604..44ca9d5 100644 (file)
@@ -211,12 +211,8 @@ xbt_dict_t gras_os_host_properties(void)
  * (these functions are called by the stuff generated by gras_stub_generator)
  * **************************************************************************/
 
-XBT_LOG_EXTERNAL_CATEGORY(gras_trp);
-XBT_LOG_EXTERNAL_CATEGORY(gras_trp_sg);
-
 void gras_global_init(int *argc, char **argv)
 {
-  XBT_LOG_CONNECT(gras_trp_sg, gras_trp);
   SIMIX_global_init(argc, argv);
 }