Remove unnecessary EIGEN_HAS_TYPE_TRAITS=0.

This was an old hack to work around compiler issues in detecting
whether `type_traits` was available. TF now requires c++14 which
is guaranteed to have `type_traits`.

PiperOrigin-RevId: 359331315
Change-Id: Iaa833060175832829f2e0a842cd9a5df67906b27
This commit is contained in:
A. Unique TensorFlower 2021-02-24 11:33:39 -08:00 committed by TensorFlower Gardener
parent 61e0a79713
commit 6e75b89e47

View File

@ -44,7 +44,6 @@ cc_library(
# code. We use it, but we do not rely on it, as evidenced above.
"EIGEN_MPL2_ONLY",
"EIGEN_MAX_ALIGN_BYTES=64",
"EIGEN_HAS_TYPE_TRAITS=0",
],
includes = ["."],
visibility = ["//visibility:public"],