diff --git a/dune/matrix-vector/test/genericvectortoolstest.cc b/dune/matrix-vector/test/genericvectortoolstest.cc
index 1fc29b130fdc3df9a2405a5839954d70b7ab7084..4cb29914828ea34135a7ab5c926119f9a8de06aa 100644
--- a/dune/matrix-vector/test/genericvectortoolstest.cc
+++ b/dune/matrix-vector/test/genericvectortoolstest.cc
@@ -16,11 +16,6 @@
 
 using namespace Dune;
 
-//template<typename X, typename Y>
-//bool my_or(const X& x, const Y& y) {
-  //return x || y;
-//}
-
 TestSuite test_inplace_or() {
   TestSuite suite;