aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/jacobi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/jacobi.cpp')
-rw-r--r--test/jacobi.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/jacobi.cpp b/test/jacobi.cpp
index 7ccd4124b..319e4767a 100644
--- a/test/jacobi.cpp
+++ b/test/jacobi.cpp
@@ -14,7 +14,6 @@
template<typename MatrixType, typename JacobiScalar>
void jacobi(const MatrixType& m = MatrixType())
{
- typedef typename MatrixType::Index Index;
Index rows = m.rows();
Index cols = m.cols();