diff options
Diffstat (limited to 'eigen/test/product_symm.cpp')
-rw-r--r-- | eigen/test/product_symm.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eigen/test/product_symm.cpp b/eigen/test/product_symm.cpp index 8c44383..7d1042a 100644 --- a/eigen/test/product_symm.cpp +++ b/eigen/test/product_symm.cpp @@ -16,7 +16,6 @@ template<typename Scalar, int Size, int OtherSize> void symm(int size = Size, in typedef Matrix<Scalar, OtherSize, Size> Rhs2; enum { order = OtherSize==1 ? 0 : RowMajor }; typedef Matrix<Scalar, Size, OtherSize,order> Rhs3; - typedef typename MatrixType::Index Index; Index rows = size; Index cols = size; |