aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core7
1 files changed, 0 insertions, 7 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 6a315b09f..24dc37145 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -10,13 +10,6 @@
#endif
#endif
-#ifndef EIGEN_DONT_PARALLELIZE
-#ifdef _OPENMP
-#define EIGEN_USE_OPENMP
-#include <omp.h>
-#endif
-#endif
-
#include <cstdlib>
#include <cmath>
#include <complex>