From 15c0a78c6ed2b2442d374d5c7d7ed81fa03c381f Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Sat, 30 Jan 2010 17:24:18 +0100 Subject: [PATCH] One warning less... --- test/redux.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/redux.cpp b/test/redux.cpp index f95e8b29c..511df1d22 100644 --- a/test/redux.cpp +++ b/test/redux.cpp @@ -45,7 +45,6 @@ template void matrixRedux(const MatrixType& m) maxc = std::max(ei_real(maxc), ei_real(m1(i,j))); } const Scalar mean = s/Scalar(rows*cols); - const Scalar other_mean = m1.mean(); VERIFY_IS_APPROX(m1.sum(), s); VERIFY_IS_APPROX(m1.mean(), mean);