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

Private GIT Repository
Now that THROWF is in SG/svn, remove compatibility hack.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 25 Mar 2011 14:12:25 +0000 (15:12 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 30 Mar 2011 16:59:08 +0000 (18:59 +0200)
TODO
main.cpp

diff --git a/TODO b/TODO
index bee25a179b71121fbe999a425be5ce214eebe580..d59eb3cae1b026a013f12f54e1a3acbd8a2c3500 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,3 @@
-* When ready, remove hack for THROWF in main.cpp.
-
 * Support heterogeneous platforms?
    Not sure yet.
    Should be doable if each process also sends its speed to its neighbors.
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");