aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseCholesky
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 /Eigen/SparseCholesky
parent8b3be4907da2cbf47ec15734b7f364e6e66bf4c3 (diff)
Remove deprecated code not used by evaluators
Diffstat (limited to 'Eigen/SparseCholesky')
-rw-r--r--Eigen/SparseCholesky5
1 files changed, 0 insertions, 5 deletions
diff --git a/Eigen/SparseCholesky b/Eigen/SparseCholesky
index 2c4f66105..b6a320c40 100644
--- a/Eigen/SparseCholesky
+++ b/Eigen/SparseCholesky
@@ -34,11 +34,6 @@
#error The SparseCholesky module has nothing to offer in MPL2 only mode
#endif
-#ifndef EIGEN_TEST_EVALUATORS
-#include "src/misc/Solve.h"
-#include "src/misc/SparseSolve.h"
-#endif
-
#include "src/SparseCholesky/SimplicialCholesky.h"
#ifndef EIGEN_MPL2_ONLY