X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30a925489c6e4d4a92042ef80de375c56ccb562b..1bdbe2db10271b1d1948e1ee0382abcfe622a991:/src/mc/mc_request.cpp diff --git a/src/mc/mc_request.cpp b/src/mc/mc_request.cpp index d6be4512d5..9500f33537 100644 --- a/src/mc/mc_request.cpp +++ b/src/mc/mc_request.cpp @@ -19,13 +19,9 @@ using simgrid::mc::remote; -extern "C" { - XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_request, mc, "Logging specific to MC (request)"); -} - static char *pointer_to_string(void *pointer); static char *buff_size_to_string(size_t size);