X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/fdbf720097c9e51eef43f0c9811ab5899789349a..b7d00583f1757799be4a70b8ead9a37736d18ac6:/main.cpp diff --git a/main.cpp b/main.cpp index c2b1d18..9a6b5b2 100644 --- a/main.cpp +++ b/main.cpp @@ -6,12 +6,6 @@ #include #include -// Don't look at this dirty hack... -// Delete it when THROWF comes in SG/svn. -#ifndef THROWF -#define THROWF(...) THROW1(__VA_ARGS__) -#endif - // Creates log categories XBT_LOG_NEW_CATEGORY(simu, "Root of simulation messages"); XBT_LOG_NEW_SUBCATEGORY(main, simu, "Messages from global infrastructure");