]> AND Private Git Repository - loba.git/blobdiff - misc.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
TRY_FAST never existed officially.
[loba.git] / misc.h
diff --git a/misc.h b/misc.h
index e58ac61626948597ee9db3f7462eceddfb8292ab..557bed515bd94cee2b57d207b7eebafa897eb9b8 100644 (file)
--- 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: