From: David Wells <wellsd2@rpi.edu>
Date: Sun, 29 May 2016 15:44:10 +0000 (-0400)
Subject: Remove some unused constants.
X-Git-Tag: v8.5.0-rc1~995^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2654%2Fhead;p=dealii.git

Remove some unused constants.
---

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;