summaryrefslogtreecommitdiffhomepage
path: root/eigen/test/product_trmv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/test/product_trmv.cpp')
-rw-r--r--eigen/test/product_trmv.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/eigen/test/product_trmv.cpp b/eigen/test/product_trmv.cpp
index 57a202a..65d66e5 100644
--- a/eigen/test/product_trmv.cpp
+++ b/eigen/test/product_trmv.cpp
@@ -11,7 +11,6 @@
template<typename MatrixType> void trmv(const MatrixType& m)
{
- typedef typename MatrixType::Index Index;
typedef typename MatrixType::Scalar Scalar;
typedef typename NumTraits<Scalar>::Real RealScalar;
typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;