aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_trmv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/product_trmv.cpp')
-rw-r--r--test/product_trmv.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/product_trmv.cpp b/test/product_trmv.cpp
index 57a202afc..65d66e57b 100644
--- a/test/product_trmv.cpp
+++ b/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;