From 10b7f85793ad5bdfead827ec0d49ee763c47d3c6 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sun, 23 Feb 2014 22:05:47 +0100
Subject: [PATCH] Remove three unused local macros

---
 parallel/ppif/MPI/ppif.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/parallel/ppif/MPI/ppif.c b/parallel/ppif/MPI/ppif.c
index a71935d22..542d03469 100644
--- a/parallel/ppif/MPI/ppif.c
+++ b/parallel/ppif/MPI/ppif.c
@@ -99,10 +99,6 @@ USING_PPIF_NAMESPACE
 
 #define ABS(i)          (((i)<0) ? (-(i)) : (i))
 
-#define XPOS(aid)       (aid&0xFF)              /* xpos from compact form   */
-#define YPOS(aid)       ((aid&0xFF00)>>8)       /* ypos from compact form   */
-#define ZPOS(aid)       ((aid&0xFF0000)>>16)    /* zpos from compact form   */
-
 #define PPIF_SUCCESS    0       /* Return value for success                 */
 #define PPIF_FAILURE    1       /* Return value for failure                 */
 
-- 
GitLab