From df753323a22cc4a58a26275b52ce2cd636350813 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 31 Aug 2018 10:59:48 -0700 Subject: Alias gtl::optional to absl::optional and remove the old implementation. PiperOrigin-RevId: 211110958 --- tensorflow/core/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/core/BUILD') 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", -- cgit v1.2.3