File tree Expand file tree Collapse file tree 3 files changed +0
-64
lines changed Expand file tree Collapse file tree 3 files changed +0
-64
lines changed Original file line number Diff line number Diff line change @@ -2283,7 +2283,6 @@ cc_library(
2283
2283
"//tensorflow/core/lib/gtl:map_util" ,
2284
2284
"//tensorflow/core/lib/gtl:optional" ,
2285
2285
"//tensorflow/core/lib/gtl:priority_queue_util" ,
2286
- "//tensorflow/core/lib/gtl:stl_util" ,
2287
2286
"//tensorflow/core/lib/gtl:top_n" ,
2288
2287
"//tensorflow/core/lib/hash:crc32c" ,
2289
2288
"//tensorflow/core/lib/hash:hash" ,
Original file line number Diff line number Diff line change 6
6
"//tensorflow/core/lib/random:__pkg__" ,
7
7
# tensorflow/core/lib/strings:proto_serialization uses on gtl:inlined_vector
8
8
"//tensorflow/core/lib/strings:__pkg__" ,
9
- # tensorflow/core/platform:env depends on gtl:stl_util
10
- "//tensorflow/core/platform:__subpackages__" ,
11
9
],
12
10
licenses = ["notice" ], # Apache 2.0
13
11
)
@@ -128,12 +126,6 @@ cc_library(
128
126
hdrs = ["priority_queue_util.h" ],
129
127
)
130
128
131
- cc_library (
132
- name = "stl_util" ,
133
- hdrs = ["stl_util.h" ],
134
- deps = ["@com_google_absl//absl/meta:type_traits" ],
135
- )
136
-
137
129
cc_library (
138
130
name = "top_n" ,
139
131
hdrs = ["top_n.h" ],
@@ -164,7 +156,6 @@ filegroup(
164
156
"iterator_range.h" ,
165
157
"manual_constructor.h" ,
166
158
"map_util.h" ,
167
- "stl_util.h" ,
168
159
"top_n.h" ,
169
160
],
170
161
visibility = ["//tensorflow/core:__pkg__" ],
@@ -203,7 +194,6 @@ filegroup(
203
194
"map_util.h" ,
204
195
"optional.h" ,
205
196
"priority_queue_util.h" ,
206
- "stl_util.h" ,
207
197
"subtle/map_traits.h" ,
208
198
"top_n.h" ,
209
199
],
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments