aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/ThreadPool
diff options
context:
space:
mode:
authorGravatar Rasmus Munk Larsen <rmlarsen@google.com>2018-08-24 10:24:54 -0700
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2018-08-24 10:24:54 -0700
commit744e2fe0dedb697a8802a3e633e37a4f844da372 (patch)
tree2b1b56570efc5627d8f06f318d36ae9aae3fb828 /unsupported/Eigen/CXX11/src/ThreadPool
parent8d9bc5cc022bee4a06201c7c5a1dec2b73697f5f (diff)
Address comments about EIGEN_THREAD_LOCAL.
Diffstat (limited to 'unsupported/Eigen/CXX11/src/ThreadPool')
-rw-r--r--unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h b/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h
index 89ed6e5e5..a41731c34 100644
--- a/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h
+++ b/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h
@@ -10,8 +10,6 @@
#ifndef EIGEN_CXX11_THREADPOOL_THREAD_LOCAL_H
#define EIGEN_CXX11_THREADPOOL_THREAD_LOCAL_H
-#undef EIGEN_THREAD_LOCAL
-
#if EIGEN_MAX_CPP_VER >= 11 && \
((EIGEN_COMP_GNUC && EIGEN_GNUC_AT_LEAST(4, 8)) || \
__has_feature(cxx_thread_local))