Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the amount of damn paranoid checks in simdag. Valgrind is here to report the...
[simgrid.git] / src / simdag / private.h
index 88bb0a9..7b55cfa 100644 (file)
@@ -17,9 +17,6 @@
 #include "xbt/mallocator.h"
 #include <stdbool.h>
 
-#define SD_INITIALISED() (sd_global != NULL)
-#define SD_CHECK_INIT_DONE() xbt_assert(SD_INITIALISED(), "Call SD_init() first");
-
 /* Global variables */
 
 typedef struct SD_global {