From bc09d52b53c3244751831ce17c13b46f6eaba2f1 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Mon, 27 Mar 2017 23:29:29 +0300 Subject: [PATCH] matrix-free: remove EXTRA_DIAGNOSTICS --- include/deal.II/matrix_free/matrix_free.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index 656b2b94ba..a41feb78ec 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -166,9 +166,6 @@ public: color }; - // avoid warning about use of deprecated variables - DEAL_II_DISABLE_EXTRA_DIAGNOSTICS - /** * Constructor for AdditionalData. */ @@ -281,8 +278,6 @@ public: bool initialize_mapping; }; - DEAL_II_ENABLE_EXTRA_DIAGNOSTICS - /** * @name 1: Construction and initialization */ -- 2.39.5