summaryrefslogtreecommitdiffhomepage
path: root/eigen/test/qr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/test/qr.cpp')
-rw-r--r--eigen/test/qr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/eigen/test/qr.cpp b/eigen/test/qr.cpp
index dfcc1e8..5688460 100644
--- a/eigen/test/qr.cpp
+++ b/eigen/test/qr.cpp
@@ -12,8 +12,6 @@
template<typename MatrixType> void qr(const MatrixType& m)
{
- typedef typename MatrixType::Index Index;
-
Index rows = m.rows();
Index cols = m.cols();