aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/BUILD
diff options
context:
space:
mode:
authorGravatar Benjamin Kramer <kramerb@google.com>2018-08-31 10:59:48 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-31 11:04:34 -0700
commitdf753323a22cc4a58a26275b52ce2cd636350813 (patch)
tree78d1c4c3bdded2baddb90f5313eb2adb8c2120b4 /tensorflow/core/BUILD
parentec7c5bf160c5216b322b65a298b1f83aae1c7d32 (diff)
Alias gtl::optional to absl::optional and remove the old implementation.
PiperOrigin-RevId: 211110958
Diffstat (limited to 'tensorflow/core/BUILD')
-rw-r--r--tensorflow/core/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index 84b11024fd..07ee21c0ae 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -696,6 +696,7 @@ cc_library(
deps = [
":lib_internal",
"@com_google_absl//absl/strings",
+ "@com_google_absl//absl/types:optional",
],
)
@@ -3234,7 +3235,6 @@ tf_cc_tests(
"lib/gtl/iterator_range_test.cc",
"lib/gtl/manual_constructor_test.cc",
"lib/gtl/map_util_test.cc",
- "lib/gtl/optional_test.cc",
"lib/gtl/top_n_test.cc",
"lib/hash/crc32c_test.cc",
"lib/hash/hash_test.cc",