mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-19 19:34:29 +08:00
Remove unused variable.
This commit is contained in:
parent
133498c329
commit
242325eca7
@ -47,7 +47,7 @@ template<typename MatrixType> void zeroSizedMatrix()
|
|||||||
if (MatrixType::RowsAtCompileTime == Dynamic && MatrixType::ColsAtCompileTime == Dynamic)
|
if (MatrixType::RowsAtCompileTime == Dynamic && MatrixType::ColsAtCompileTime == Dynamic)
|
||||||
{
|
{
|
||||||
|
|
||||||
MatrixType t2(0, 0), t3(t1);
|
MatrixType t2(0, 0);
|
||||||
VERIFY(t2.rows() == 0);
|
VERIFY(t2.rows() == 0);
|
||||||
VERIFY(t2.cols() == 0);
|
VERIFY(t2.cols() == 0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user