Remove deprecated code not used by evaluators

This commit is contained in:
Gael Guennebaud
2014-09-18 15:15:27 +02:00
parent 8b3be4907d
commit 0ca43f7e9a
137 changed files with 41 additions and 7806 deletions

View File

@@ -11,12 +11,7 @@
template <typename MatrixType> void run_nesting_ops(const MatrixType& _m)
{
#ifndef EIGEN_TEST_EVALUATORS
// TODO, with evaluator, the following is not correct anymore:
typename MatrixType::Nested m(_m);
#else
typename internal::nested_eval<MatrixType,2>::type m(_m);
#endif
// Make really sure that we are in debug mode!
VERIFY_RAISES_ASSERT(eigen_assert(false));