From d387dfa9dcedf474873691f230a9d6b85ec9ef57 Mon Sep 17 00:00:00 2001 From: Chen-Pang He Date: Mon, 24 Sep 2012 23:36:19 +0800 Subject: Remove unnecessary code. lazyAssign seems to fix all (noalias, initialization, etc.) --- Eigen/src/Core/NoAlias.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Eigen/src/Core/NoAlias.h') diff --git a/Eigen/src/Core/NoAlias.h b/Eigen/src/Core/NoAlias.h index ac1396f68..0112c865b 100644 --- a/Eigen/src/Core/NoAlias.h +++ b/Eigen/src/Core/NoAlias.h @@ -80,10 +80,6 @@ class NoAlias template EIGEN_STRONG_INLINE ExpressionType& operator-=(const CoeffBasedProduct& other) { return m_expression.derived() -= CoeffBasedProduct(other.lhs(), other.rhs()); } - - template - EIGEN_STRONG_INLINE ExpressionType& operator=(const MatrixPowerProductBase& other) - { other.derived().evalTo(m_expression); return m_expression; } #endif ExpressionType& expression() const -- cgit v1.2.3