X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/e2ceb7b82ec3988dc7519e75a410b312f389c917..20ee10ed13aee7d9fb9c844648d5159ed4a054d2:/misc.h?ds=inline diff --git a/misc.h b/misc.h index e58ac61..8700b96 100644 --- a/misc.h +++ b/misc.h @@ -20,15 +20,7 @@ namespace misc { /* Defines XBT_XCLOG(...) which behave like XBT_CLOG(...), except that the * given category is not passed through _XBT_LOGV before use. */ -#define XBT_XCLOG(c, p, ...) XBT_CLOG_((*(c)), p, __VA_ARGS__) - -/* Use a faster version of TRY if available. - */ -#if defined(TRY_NO_BACKTRACE) -# define TRY_FAST TRY_NO_BACKTRACE -#else -# define TRY_FAST TRY -#endif +#define XBT_XCLOG(c, p, ...) XBT_CLOG((*(c)), p, __VA_ARGS__) #endif // !MISC_H