From f6f1ebe464ae8ec3b7c692db176cbc58fa55d146 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Mon, 30 Dec 2013 20:13:44 +0100
Subject: [PATCH] [cleanup] Remove unused local typedef

---
 dune/istl/tutorial/example.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dune/istl/tutorial/example.cc b/dune/istl/tutorial/example.cc
index 896aa2cf5..e1ad102ab 100644
--- a/dune/istl/tutorial/example.cc
+++ b/dune/istl/tutorial/example.cc
@@ -515,7 +515,6 @@ void test_MultiTypeBlockVector_MultiTypeBlockMatrix() {
 
   typedef Dune::FieldMatrix<double,1,1> LittleBlock;                    //matrix block type
   typedef Dune::BCRSMatrix<LittleBlock> BCRSMat;                        //matrix type
-  typedef Dune::BlockVector<Dune::FieldVector<double,1> > VecType;
 
   const int X1=3;                                                       //index bounds of all four matrices
   const int X2=2;
-- 
GitLab