X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/856220a486ce61eda51b8dfb7ff71f53af25b020..603c44e45e00a577bccb42cf398a924178f17768:/src/mc/mc_base.cpp diff --git a/src/mc/mc_base.cpp b/src/mc/mc_base.cpp index dd609ad2ca..f68fc96a9b 100644 --- a/src/mc/mc_base.cpp +++ b/src/mc/mc_base.cpp @@ -31,12 +31,8 @@ using simgrid::mc::remote; #endif -extern "C" { - XBT_LOG_NEW_CATEGORY(mc, "All MC categories"); -} - int MC_random(int min, int max) { xbt_assert(mc_mode != MC_MODE_SERVER);