mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-10 02:39:03 +08:00
Remove unused variable in test/svd_common.h.
This commit is contained in:
parent
211c5dfc67
commit
b3267f6936
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user