Skip to content
Snippets Groups Projects
Commit d738f42f authored by Oliver Sander's avatar Oliver Sander
Browse files

Remove unused variable 'aid'

parent d2a6a22a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment