From 5bcd12d67bedc1d1eb013111ed980caa5070b869 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 29 May 2016 11:44:10 -0400 Subject: [PATCH] Remove some unused constants. --- include/deal.II/base/mpi.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/include/deal.II/base/mpi.h b/include/deal.II/base/mpi.h index 634984f8b6..89ccd4febd 100644 --- a/include/deal.II/base/mpi.h +++ b/include/deal.II/base/mpi.h @@ -28,15 +28,7 @@ typedef int MPI_Comm; const int MPI_COMM_SELF = 0; typedef int MPI_Datatype; typedef int MPI_Op; -namespace MPI -{ - static const unsigned int UNSIGNED = 0; - static const unsigned int LONG_DOUBLE = 0; - static const unsigned int LONG_DOUBLE_COMPLEX = 0; - static const unsigned int MAX = 0; - static const unsigned int MIN = 0; - static const unsigned int SUM = 0; -} + static const int MPI_MIN = 0; static const int MPI_MAX = 0; static const int MPI_SUM = 0; -- 2.39.5