From a372c8432bcf4869473ffc516b90e84638e135f2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 24 Jan 2016 13:16:33 -0600 Subject: [PATCH] Remove declarations of functions that are no longer implemented. --- include/deal.II/fe/fe_system.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/deal.II/fe/fe_system.h b/include/deal.II/fe/fe_system.h index 093ee16af2..ba2a12356d 100644 --- a/include/deal.II/fe/fe_system.h +++ b/include/deal.II/fe/fe_system.h @@ -846,15 +846,6 @@ public: virtual std::size_t memory_consumption () const; protected: - /** - * Compute flags for initial update only. - */ - UpdateFlags update_once (const UpdateFlags flags) const; - - /** - * Compute flags for update on each cell. - */ - UpdateFlags update_each (const UpdateFlags flags) const; /** * @p clone function instead of a copy constructor. -- 2.39.5