From d738f42fdf3ca59eebb85515c20b255fc563b0a2 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sun, 23 Feb 2014 22:02:38 +0100
Subject: [PATCH] Remove unused variable 'aid'

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

diff --git a/parallel/ppif/MPI/ppif.c b/parallel/ppif/MPI/ppif.c
index e29147b2b..a71935d22 100644
--- a/parallel/ppif/MPI/ppif.c
+++ b/parallel/ppif/MPI/ppif.c
@@ -271,7 +271,7 @@ static int PPIFBeganMPI=0; /* remember that PPIF started MPI */
 
 int PPIF_NS_PREFIX InitPPIF (int *argcp, char ***argvp)
 {
-  int i, succ, sonr, sonl, aid;
+  int i, succ, sonr, sonl;
   MPI_Status status;
   int mpierror, mpiinitialized;
 
@@ -312,8 +312,6 @@ int PPIF_NS_PREFIX InitPPIF (int *argcp, char ***argvp)
   if (me==master) printf("DimX=%d, DimY=%d, DimZ=%d\n", DimX, DimY, DimZ);
 #endif
 
-  aid = pid_to_aid(me);
-
   /* tree configuration */
 
   degree = 0;
-- 
GitLab