From 0744638b6f27d930393d190145512afcd5c50832 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 6 Aug 2009 10:35:13 +0200 Subject: [PATCH] remove remnant of MultiplierBase --- Eigen/src/Sparse/SparseMatrixBase.h | 3 --- 1 file changed, 3 deletions(-) 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: