diff --git a/dune/gfe/pktop1mgtransfer.hh b/dune/gfe/pktop1mgtransfer.hh
index 41c287b6559f82df70367530b3311b6623b2451d..7204e2627f529e96b361c90219a1e000082955ac 100644
--- a/dune/gfe/pktop1mgtransfer.hh
+++ b/dune/gfe/pktop1mgtransfer.hh
@@ -53,16 +53,6 @@ public:
         int rows = fineBasis.size();
         int cols = p1Basis.size();
 
-#if 0
-        // A factory for the shape functions
-        typedef typename Dune::PQkLocalFiniteElementCache<ctype, field_type, dim, 1> P1FECache;
-        typedef typename P1FECache::FiniteElementType P1FEType;
-        P1FECache p1FECache;
-
-        typedef typename Dune::PQkLocalFiniteElementCache<ctype, field_type, dim, 2> P2FECache;
-        typedef typename P2FECache::FiniteElementType P2FEType;
-        P2FECache p2FECache;
-#endif
         this->matrix_->setSize(rows,cols);
         this->matrix_->setBuildMode(TransferOperatorType::random);