X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a444de20a7545d1c3d10bd242f317febded25c4..1086dc93eea1d88ee42e9317fda2278c784d0b60:/include/xbt/log.h?ds=sidebyside diff --git a/include/xbt/log.h b/include/xbt/log.h index 4338b655c2..5df2d0777f 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -393,7 +393,6 @@ extern xbt_log_layout_t xbt_log_default_layout; fprintf(stderr,"%s:%d:\n" f, __FILE__, __LINE__, __VA_ARGS__) # define XBT_LOG(...) XBT_CLOG(0, __VA_ARGS__) #else -# include /* memset */ # define XBT_CLOG_(catv, prio, ...) \ do { \ if (_XBT_LOG_ISENABLEDV(catv, prio)) { \