Remove unused variable

This commit is contained in:
Christoph Hertzberg 2020-11-25 17:59:18 +01:00
parent 4e5385c905
commit 54930b6b55

View File

@ -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<typename T> T negate(const T& x) { return -x; }