summaryrefslogtreecommitdiffhomepage
path: root/eigen/test/product_selfadjoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/test/product_selfadjoint.cpp')
-rw-r--r--eigen/test/product_selfadjoint.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/eigen/test/product_selfadjoint.cpp b/eigen/test/product_selfadjoint.cpp
index 3d768aa..88d6839 100644
--- a/eigen/test/product_selfadjoint.cpp
+++ b/eigen/test/product_selfadjoint.cpp
@@ -11,7 +11,6 @@
template<typename MatrixType> void product_selfadjoint(const MatrixType& m)
{
- typedef typename MatrixType::Index Index;
typedef typename MatrixType::Scalar Scalar;
typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
typedef Matrix<Scalar, 1, MatrixType::RowsAtCompileTime> RowVectorType;