From 2153934ec8feab8b88dcb6e5a076afa395c20ee9 Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@math.fu-berlin.de>
Date: Wed, 10 Oct 2018 09:52:49 +0200
Subject: [PATCH] Remove unused typedef

---
 dune/elasticity/materials/material.hh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dune/elasticity/materials/material.hh b/dune/elasticity/materials/material.hh
index b9a1d3a..897cbd9 100644
--- a/dune/elasticity/materials/material.hh
+++ b/dune/elasticity/materials/material.hh
@@ -31,8 +31,6 @@ class Material
         typedef Dune::BlockVector<block_type> VectorType;
         typedef LocalFunctionalAssembler<GridType,Lfe, block_type > LocalLinearization;
         typedef LocalOperatorAssembler<GridType,Lfe,Lfe,Dune::FieldMatrix<ReturnType,dim,dim> > LocalHessian;
-
-        typedef Dune::VirtualFunction<block_type,block_type> Function;
         typedef VirtualGridFunction<GridType, block_type> GridFunction;
 
     public:
-- 
GitLab