diff --git a/Eigen/src/Eigen2Support/LU.h b/Eigen/src/Eigen2Support/LU.h index 7cf92e67a..6427abbf2 100644 --- a/Eigen/src/Eigen2Support/LU.h +++ b/Eigen/src/Eigen2Support/LU.h @@ -57,7 +57,6 @@ class LU : public FullPivLU > ImageResultType; typedef FullPivLU Base; - LU() : Base(), m_originalMatrix() {} template explicit LU(const T& t) : Base(t), m_originalMatrix(t) {}