From 54930b6b55be64d2b3b71473aab93a90838b2577 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Wed, 25 Nov 2020 17:59:18 +0100 Subject: [PATCH] Remove unused variable --- test/packetmath.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/packetmath.cpp b/test/packetmath.cpp index 330848c3d..74ac435cf 100644 --- a/test/packetmath.cpp +++ b/test/packetmath.cpp @@ -16,12 +16,6 @@ #endif // using namespace Eigen; -#ifdef EIGEN_VECTORIZE_SSE -const bool g_vectorize_sse = true; -#else -const bool g_vectorize_sse = false; -#endif - namespace Eigen { namespace internal { template T negate(const T& x) { return -x; }