remove remnant of MultiplierBase

This commit is contained in:
Benoit Jacob 2009-08-06 10:35:13 +02:00
parent 84a7659bef
commit 0744638b6f

View File

@ -37,9 +37,6 @@
*
*/
template<typename Derived> class SparseMatrixBase
#ifndef EIGEN_PARSED_BY_DOXYGEN
: public MultiplierBase<Derived>
#endif // not EIGEN_PARSED_BY_DOXYGEN
{
public: