aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/nesting_ops.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-09-18 15:15:27 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-09-18 15:15:27 +0200
commit0ca43f7e9a654e32da0066163a8656415961e266 (patch)
treeed0da1fda3880f825eb8e9715546568deeee667f /test/nesting_ops.cpp
parent8b3be4907da2cbf47ec15734b7f364e6e66bf4c3 (diff)
Remove deprecated code not used by evaluators
Diffstat (limited to 'test/nesting_ops.cpp')
-rw-r--r--test/nesting_ops.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/nesting_ops.cpp b/test/nesting_ops.cpp
index 114dd5e41..6e772c70f 100644
--- a/test/nesting_ops.cpp
+++ b/test/nesting_ops.cpp
@@ -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));