aboutsummaryrefslogtreecommitdiff
path: root/Eigen/SparseCholesky
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/SparseCholesky')
-rw-r--r--Eigen/SparseCholesky8
1 files changed, 0 insertions, 8 deletions
diff --git a/Eigen/SparseCholesky b/Eigen/SparseCholesky
index b6a320c40..d2b1f1276 100644
--- a/Eigen/SparseCholesky
+++ b/Eigen/SparseCholesky
@@ -30,16 +30,8 @@
* \endcode
*/
-#ifdef EIGEN_MPL2_ONLY
-#error The SparseCholesky module has nothing to offer in MPL2 only mode
-#endif
-
#include "src/SparseCholesky/SimplicialCholesky.h"
-
-#ifndef EIGEN_MPL2_ONLY
#include "src/SparseCholesky/SimplicialCholesky_impl.h"
-#endif
-
#include "src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_SPARSECHOLESKY_MODULE_H