aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/SparseCwise.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Sparse/SparseCwise.h')
-rw-r--r--Eigen/src/Sparse/SparseCwise.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Eigen/src/Sparse/SparseCwise.h b/Eigen/src/Sparse/SparseCwise.h
index c2e302956..bf8f2355c 100644
--- a/Eigen/src/Sparse/SparseCwise.h
+++ b/Eigen/src/Sparse/SparseCwise.h
@@ -156,9 +156,6 @@ template<typename ExpressionType> class SparseCwise
protected:
ExpressionTypeNested m_matrix;
-
- private:
- SparseCwise& operator=(const SparseCwise&);
};
template<typename Derived>