diff --git a/Eigen/src/SparseCore/SparseMatrixBase.h b/Eigen/src/SparseCore/SparseMatrixBase.h index fbf1313d5..ccbbe98da 100644 --- a/Eigen/src/SparseCore/SparseMatrixBase.h +++ b/Eigen/src/SparseCore/SparseMatrixBase.h @@ -227,9 +227,6 @@ class SparseMatrixBase : public EigenBase { using Nested = typename Derived::Nested; using NestedCleaned = typename internal::remove_all::type; - /// For converting `0's` to the matrices numerical type - using Scalar = typename Derived::Scalar; - if (Flags & RowMajorBit) { Nested nm(m.derived()); internal::evaluator thisEval(nm);