Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused macros.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 17 Apr 2018 22:06:41 +0000 (00:06 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 18 Apr 2018 20:54:08 +0000 (22:54 +0200)
include/simgrid/simdag.h

index 48fbd18..cb54bd9 100644 (file)
 #include <set>
 #endif
 
-#ifndef MIN
-#define MIN(a, b) ((a) < (b) ? (a) : (b))
-#endif
-#ifndef MAX
-#define MAX(a, b) ((a) > (b) ? (a) : (b))
-#endif
-
 SG_BEGIN_DECL()
 
 /** @brief Link opaque datatype