quieted more g++ warnings of the form: warning: typedef XXX locally defined but not used [-Wunused-local-typedefs]

This commit is contained in:
Mark Borgerding
2014-10-16 09:19:32 -04:00
parent c566cfe2ba
commit 880e72c130
4 changed files with 2 additions and 8 deletions

View File

@@ -49,7 +49,6 @@ ColPivHouseholderQR<Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynami
{ \
using std::abs; \
typedef Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynamic> MatrixType; \
typedef MatrixType::Scalar Scalar; \
typedef MatrixType::RealScalar RealScalar; \
Index rows = matrix.rows();\
Index cols = matrix.cols();\