X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/e2ceb7b82ec3988dc7519e75a410b312f389c917..324204969dba501413a9f62de983806a6fddd6a0:/misc.h?ds=sidebyside diff --git a/misc.h b/misc.h index e58ac61..557bed5 100644 --- a/misc.h +++ b/misc.h @@ -22,14 +22,6 @@ namespace misc { */ #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 - #endif // !MISC_H // Local variables: