From 42f6590bb26d77bfa67f57c64ff9cc6d38e23f58 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 31 Dec 2007 13:29:51 +0000 Subject: cleanup: remove copy contructors when the compiler is able to generate a satisfactory default copy constructor; remove useless static_cast's; some misc cleanup. --- Eigen/src/Core/DiagonalCoeffs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Eigen/src/Core/DiagonalCoeffs.h') diff --git a/Eigen/src/Core/DiagonalCoeffs.h b/Eigen/src/Core/DiagonalCoeffs.h index 1c5353df0..1b9920cdd 100644 --- a/Eigen/src/Core/DiagonalCoeffs.h +++ b/Eigen/src/Core/DiagonalCoeffs.h @@ -48,8 +48,6 @@ template class DiagonalCoeffs DiagonalCoeffs(const MatRef& matrix) : m_matrix(matrix) {} - DiagonalCoeffs(const DiagonalCoeffs& other) : m_matrix(other.m_matrix) {} - EIGEN_INHERIT_ASSIGNMENT_OPERATORS(DiagonalCoeffs) private: -- cgit v1.2.3