aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core3
1 files changed, 0 insertions, 3 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 3f1efb538..16e388fa4 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -220,9 +220,6 @@
/** \brief Namespace containing all symbols from the %Eigen library. */
namespace Eigen {
-/** \brief Namespace containing low-level routines from the %Eigen library. */
-namespace internal {}
-
inline static const char *SimdInstructionSetsInUse(void) {
#if defined(EIGEN_VECTORIZE_AVX)
return "AVX SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2";