diff --git a/Eigen/src/Sparse/SparseMatrixBase.h b/Eigen/src/Sparse/SparseMatrixBase.h index 1af452251..8659fe475 100644 --- a/Eigen/src/Sparse/SparseMatrixBase.h +++ b/Eigen/src/Sparse/SparseMatrixBase.h @@ -37,9 +37,6 @@ * */ template class SparseMatrixBase -#ifndef EIGEN_PARSED_BY_DOXYGEN - : public MultiplierBase -#endif // not EIGEN_PARSED_BY_DOXYGEN { public: