Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused macro.
authorCristian Rosa <cristian@rtfm.org.ar>
Mon, 10 Sep 2012 12:55:59 +0000 (09:55 -0300)
committershenshei <paul.bedaride@gmail.com>
Wed, 28 Nov 2012 08:17:53 +0000 (09:17 +0100)
src/simix/smx_smurf_private.h

index 376adf3..b90f25e 100644 (file)
@@ -688,8 +688,6 @@ union u_smx_scalar {
 #define DOUBLE(x) (d,x)
 #define PTR(x)  (p,x)
 
-#define MYMACRO(...)
-
 /*
  * Some macro machinery to get a MAP over the arguments of a variadic macro.
  * It uses a FOLD to apply a macro to every argument, and because there is