Remove unused variable in test/svd_common.h.

This commit is contained in:
Rasmus Munk Larsen 2023-06-23 23:12:19 +00:00
parent 211c5dfc67
commit b3267f6936

View File

@ -553,8 +553,7 @@ template <typename SvdType, typename MatrixType>
void svd_verify_constructor_options_assert(const MatrixType& m) {
typedef typename MatrixType::Scalar Scalar;
Index rows = m.rows();
Index cols = m.cols();
enum {
RowsAtCompileTime = MatrixType::RowsAtCompileTime,
ColsAtCompileTime = MatrixType::ColsAtCompileTime