From 7291cc6204aefb7f514a2e494be7fe6fda82fd37 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org>
Date: Thu, 12 Mar 2020 23:13:11 +0100
Subject: [PATCH] [cleanup] Remove old defines used until Dune 2.4

---
 config.h.cmake | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/config.h.cmake b/config.h.cmake
index 91f86194b..e5b462560 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -135,17 +135,6 @@
 
 /* end private */
 
-/* old feature support macros which were tested until 2.4, kept around for one more release */
-/* As these are now always supported due to the new compiler requirements, they are directly */
-/* defined without an explicit test. */
-#define HAVE_NULLPTR 1
-#define HAVE_CONSTEXPR 1
-#define HAVE_RANGE_BASED_FOR 1
-#define HAVE_NOEXCEPT_SPECIFIER 1
-#define HAVE_STD_DECLVAL 1
-#define HAVE_KEYWORD_FINAL 1
-#define MPI_2 1
-
 /* Define to 1 if the compiler properly supports testing for operator[] */
 #cmakedefine HAVE_IS_INDEXABLE_SUPPORT 1
 
-- 
GitLab