aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Array/Replicate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Array/Replicate.h')
-rw-r--r--Eigen/src/Array/Replicate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Eigen/src/Array/Replicate.h b/Eigen/src/Array/Replicate.h
index 5a9b10738..3f87e09fe 100644
--- a/Eigen/src/Array/Replicate.h
+++ b/Eigen/src/Array/Replicate.h
@@ -97,9 +97,6 @@ template<typename MatrixType,int RowFactor,int ColFactor> class Replicate
const typename MatrixType::Nested m_matrix;
const ei_int_if_dynamic<RowFactor> m_rowFactor;
const ei_int_if_dynamic<ColFactor> m_colFactor;
-
- private:
- Replicate& operator=(const Replicate&);
};
/** \nonstableyet