* remove empty destructors in Matrix.h and MatrixStorage.h

This commit is contained in:
Mathieu Gautier
2009-12-02 11:09:56 +01:00
parent 84551d067e
commit 26ea7c9801
2 changed files with 0 additions and 6 deletions

View File

@@ -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)