Fix shadow warnings in AlignedBox and SparseBlock

This commit is contained in:
Eugene Zhulenev
2019-11-27 16:22:27 -08:00
parent ea51a9eace
commit 82a47338df
2 changed files with 0 additions and 8 deletions

View File

@@ -254,12 +254,6 @@ enum AlignmentType {
#endif
};
/** \ingroup enums
* Enum used by DenseBase::corner() in Eigen2 compatibility mode. */
// FIXME after the corner() API change, this was not needed anymore, except by AlignedBox
// TODO: find out what to do with that. Adapt the AlignedBox API ?
enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight };
/** \ingroup enums
* Enum containing possible values for the \p Direction parameter of
* Reverse, PartialReduxExpr and VectorwiseOp. */