aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MatrixRef.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Core/MatrixRef.h')
-rw-r--r--Eigen/src/Core/MatrixRef.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Eigen/src/Core/MatrixRef.h b/Eigen/src/Core/MatrixRef.h
index ffdac9d8b..835782b32 100644
--- a/Eigen/src/Core/MatrixRef.h
+++ b/Eigen/src/Core/MatrixRef.h
@@ -34,7 +34,6 @@ template<typename MatrixType> class MatrixRef
friend class MatrixBase<Scalar, MatrixRef>;
MatrixRef(const MatrixType& matrix) : m_matrix(matrix) {}
- MatrixRef(const MatrixRef& other) : m_matrix(other.m_matrix) {}
~MatrixRef() {}
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(MatrixRef)