From bbdfe42628cc324904a49d472230c8cbbfd9e1d5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 16 Jan 2019 11:45:13 +0100 Subject: update eigen --- eigen/test/qr.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'eigen/test/qr.cpp') 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 void qr(const MatrixType& m) { - typedef typename MatrixType::Index Index; - Index rows = m.rows(); Index cols = m.cols(); -- cgit v1.2.3