mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix warning typedef XXX locally defined but not used
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
template<typename Scalar> void special_numbers()
|
||||
{
|
||||
typedef typename NumTraits<Scalar>::Real RealScalar;
|
||||
typedef Matrix<Scalar, Dynamic,Dynamic> MatType;
|
||||
int rows = internal::random<int>(1,300);
|
||||
int cols = internal::random<int>(1,300);
|
||||
|
||||
Reference in New Issue
Block a user