aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Matrix.h
diff options
context:
space:
mode:
authorGravatar Mathieu Gautier <mathieu.gautier@cea.fr>2009-12-02 11:09:56 +0100
committerGravatar Mathieu Gautier <mathieu.gautier@cea.fr>2009-12-02 11:09:56 +0100
commit26ea7c9801470d2a789e1e09058396a836de1699 (patch)
tree7773160c06e286ae1863cf1a534be205f31fef5a /Eigen/src/Core/Matrix.h
parent84551d067ea37be1db1eddb2a89fbc5a2e8d04e7 (diff)
* remove empty destructors in Matrix.h and MatrixStorage.h
Diffstat (limited to 'Eigen/src/Core/Matrix.h')
-rw-r--r--Eigen/src/Core/Matrix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Eigen/src/Core/Matrix.h b/Eigen/src/Core/Matrix.h
index 290247978..c2680b71c 100644
--- a/Eigen/src/Core/Matrix.h
+++ b/Eigen/src/Core/Matrix.h
@@ -536,9 +536,6 @@ class Matrix
other.evalTo(*this);
}
- /** Destructor */
- inline ~Matrix() {}
-
/** \sa MatrixBase::operator=(const AnyMatrixBase<OtherDerived>&) */
template<typename OtherDerived>
EIGEN_STRONG_INLINE Matrix& operator=(const AnyMatrixBase<OtherDerived> &other)