aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/HashMatrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Sparse/HashMatrix.h')
-rw-r--r--Eigen/src/Sparse/HashMatrix.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Eigen/src/Sparse/HashMatrix.h b/Eigen/src/Sparse/HashMatrix.h
index 47c673c61..1d6d33cce 100644
--- a/Eigen/src/Sparse/HashMatrix.h
+++ b/Eigen/src/Sparse/HashMatrix.h
@@ -43,11 +43,7 @@ struct ei_traits<HashMatrix<_Scalar, _Flags> >
// TODO reimplement this class using custom linked lists
template<typename _Scalar, int _Flags>
class HashMatrix
-#ifndef EIGEN_PARSED_BY_DOXYGEN
: public SparseMatrixBase<HashMatrix<_Scalar, _Flags> >
-#else
- : public SparseMatrixBase
-#endif
{
public:
EIGEN_GENERIC_PUBLIC_INTERFACE(HashMatrix)