From 42fe80513d0b795e5e3ed8dafaedacec8dfa0502 Mon Sep 17 00:00:00 2001 From: David Wells Date: Wed, 18 Aug 2021 16:04:19 -0400 Subject: [PATCH] Remove an unused member variable. Now that we have hp::Collection (see 84f55c7706) this field is no longer used. --- include/deal.II/hp/q_collection.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/deal.II/hp/q_collection.h b/include/deal.II/hp/q_collection.h index bc53eea112..abe324c012 100644 --- a/include/deal.II/hp/q_collection.h +++ b/include/deal.II/hp/q_collection.h @@ -124,13 +124,6 @@ namespace hp * Exception */ DeclException0(ExcNoQuadrature); - - private: - /** - * The real container, which stores pointers to the different quadrature - * objects. - */ - std::vector>> quadratures; }; -- 2.39.5