Skip to content

Commit 149ef03

Browse files
gunantensorflower-gardener
authored andcommitted
Remove gtl/stl_util.
All its usages have been cleaned up. PiperOrigin-RevId: 278027632 Change-Id: I36d88dd999f1bc15ee8a003a817089f2d43a2037
1 parent 0b7a758 commit 149ef03

File tree

3 files changed

+0
-64
lines changed

3 files changed

+0
-64
lines changed

tensorflow/core/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2283,7 +2283,6 @@ cc_library(
22832283
"//tensorflow/core/lib/gtl:map_util",
22842284
"//tensorflow/core/lib/gtl:optional",
22852285
"//tensorflow/core/lib/gtl:priority_queue_util",
2286-
"//tensorflow/core/lib/gtl:stl_util",
22872286
"//tensorflow/core/lib/gtl:top_n",
22882287
"//tensorflow/core/lib/hash:crc32c",
22892288
"//tensorflow/core/lib/hash:hash",

tensorflow/core/lib/gtl/BUILD

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ package(
66
"//tensorflow/core/lib/random:__pkg__",
77
# tensorflow/core/lib/strings:proto_serialization uses on gtl:inlined_vector
88
"//tensorflow/core/lib/strings:__pkg__",
9-
# tensorflow/core/platform:env depends on gtl:stl_util
10-
"//tensorflow/core/platform:__subpackages__",
119
],
1210
licenses = ["notice"], # Apache 2.0
1311
)
@@ -128,12 +126,6 @@ cc_library(
128126
hdrs = ["priority_queue_util.h"],
129127
)
130128

131-
cc_library(
132-
name = "stl_util",
133-
hdrs = ["stl_util.h"],
134-
deps = ["@com_google_absl//absl/meta:type_traits"],
135-
)
136-
137129
cc_library(
138130
name = "top_n",
139131
hdrs = ["top_n.h"],
@@ -164,7 +156,6 @@ filegroup(
164156
"iterator_range.h",
165157
"manual_constructor.h",
166158
"map_util.h",
167-
"stl_util.h",
168159
"top_n.h",
169160
],
170161
visibility = ["//tensorflow/core:__pkg__"],
@@ -203,7 +194,6 @@ filegroup(
203194
"map_util.h",
204195
"optional.h",
205196
"priority_queue_util.h",
206-
"stl_util.h",
207197
"subtle/map_traits.h",
208198
"top_n.h",
209199
],

tensorflow/core/lib/gtl/stl_util.h

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)