aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/redux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/redux.cpp')
-rw-r--r--test/redux.cpp1
1 files changed, 0 insertions, 1 deletions
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<typename MatrixType> 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);