aboutsummaryrefslogtreecommitdiff
path: root/test/eigen2/eigen2_adjoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/eigen2/eigen2_adjoint.cpp')
-rw-r--r--test/eigen2/eigen2_adjoint.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/eigen2/eigen2_adjoint.cpp b/test/eigen2/eigen2_adjoint.cpp
index 8ec9c9202..c0f811459 100644
--- a/test/eigen2/eigen2_adjoint.cpp
+++ b/test/eigen2/eigen2_adjoint.cpp
@@ -29,8 +29,6 @@ template<typename MatrixType> void adjoint(const MatrixType& m)
MatrixType m1 = MatrixType::Random(rows, cols),
m2 = MatrixType::Random(rows, cols),
m3(rows, cols),
- mzero = MatrixType::Zero(rows, cols),
- identity = SquareMatrixType::Identity(rows, rows),
square = SquareMatrixType::Random(rows, rows);
VectorType v1 = VectorType::Random(rows),
v2 = VectorType::Random(rows),