From 88d16836069a975e629a8427cce4d4d50030ae43 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Sun, 9 Apr 2017 00:26:26 +0200 Subject: [PATCH] [cleanup] remove dead code --- dune/istl/paamg/hierarchy.hh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dune/istl/paamg/hierarchy.hh b/dune/istl/paamg/hierarchy.hh index f186c7130..d1a80307b 100644 --- a/dune/istl/paamg/hierarchy.hh +++ b/dune/istl/paamg/hierarchy.hh @@ -96,13 +96,6 @@ namespace Dune MemberType* redistributed_; }; public: - // enum{ - // /** - // * @brief If true only the method addCoarser will be usable - // * otherwise only the method addFiner will be usable. - // */ - // coarsen = b - // }; /** * @brief The allocator to use for the list elements. -- GitLab