summaryrefslogtreecommitdiffhomepage
path: root/eigen/Eigen/src/Core/util/Constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/Eigen/src/Core/util/Constants.h')
-rw-r--r--eigen/Eigen/src/Core/util/Constants.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/eigen/Eigen/src/Core/util/Constants.h b/eigen/Eigen/src/Core/util/Constants.h
index 5d37e5d..7587d68 100644
--- a/eigen/Eigen/src/Core/util/Constants.h
+++ b/eigen/Eigen/src/Core/util/Constants.h
@@ -25,10 +25,6 @@ const int Dynamic = -1;
*/
const int DynamicIndex = 0xffffff;
-/** This value means that the increment to go from one value to another in a sequence is not constant for each step.
- */
-const int UndefinedIncr = 0xfffffe;
-
/** This value means +Infinity; it is currently used only as the p parameter to MatrixBase::lpNorm<int>().
* The value Infinity there means the L-infinity norm.
*/