diff --git a/dune/solvers/common/staticmatrixtools.hh b/dune/solvers/common/staticmatrixtools.hh
index 7fcc02e40e8222ca583e9f2b294f09c651f68a09..31d9c96fac920920325cc641d4ea28ec50da8267 100644
--- a/dune/solvers/common/staticmatrixtools.hh
+++ b/dune/solvers/common/staticmatrixtools.hh
@@ -97,7 +97,6 @@ namespace StaticMatrix
 
 
 
-        // compute i-th row of A*v for an edge vector e = e_i - e_j with i!=j **********************
         template <class K>
         static Dune::FieldMatrix<K,1,1>& toMatrix(K& x)
         {