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

Private GIT Repository
Now that THROWF is in SG/svn, remove compatibility hack.
[loba.git] / main.cpp
index c2b1d185c28f1fe6d665bf18f079caf0715dd9eb..9a6b5b27b9139b8ca51cc9596f51d080f68d77d3 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -6,12 +6,6 @@
 #include <msg/msg.h>
 #include <xbt/log.h>
 
-// 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");