diff --git a/Eigen/src/Core/Reshape.h b/Eigen/src/Core/Reshape.h index 1397673e5..3d741010b 100644 --- a/Eigen/src/Core/Reshape.h +++ b/Eigen/src/Core/Reshape.h @@ -117,16 +117,6 @@ template cl typedef Impl Base; EIGEN_GENERIC_PUBLIC_INTERFACE(Reshape) EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Reshape) - - /** Column or Row constructor - */ - EIGEN_DEVICE_FUNC - inline Reshape(XprType& xpr, Index i) : Impl(xpr,i) - { - eigen_assert( (i>=0) && ( - ((ReshapeRows==1) && (ReshapeCols==XprType::ColsAtCompileTime) && i