/* 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