aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
diff options
context:
space:
mode:
authorGravatar Eugene Zhulenev <ezhulenev@google.com>2019-11-27 16:22:27 -0800
committerGravatar Eugene Zhulenev <ezhulenev@google.com>2019-11-27 16:22:27 -0800
commit82a47338df28b0ca1013ddad61ac4dee52e47ac7 (patch)
tree4ab492f57d8f9276b25ba81b6c158371eeccc4f8 /Eigen/src/Core/util
parentea51a9eace7e4f0ea839e61eb2df85ccfb94aee8 (diff)
Fix shadow warnings in AlignedBox and SparseBlock
Diffstat (limited to 'Eigen/src/Core/util')
-rw-r--r--Eigen/src/Core/util/Constants.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Eigen/src/Core/util/Constants.h b/Eigen/src/Core/util/Constants.h
index a5f63a9b5..7ada82195 100644
--- a/Eigen/src/Core/util/Constants.h
+++ b/Eigen/src/Core/util/Constants.h
@@ -255,12 +255,6 @@ enum AlignmentType {
};
/** \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. */
enum DirectionType {