Skip to content

Commit a95ac25

Browse files
committed
Remove useless dependencies.
Signed-off-by: owentou <[email protected]>
1 parent e429e22 commit a95ac25

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

api/BUILD

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ cc_library(
3333
deps = select({
3434
":with_external_abseil": [
3535
"@com_google_absl//absl/base",
36-
"@com_google_absl//absl/types:any",
3736
"@com_google_absl//absl/types:variant",
38-
"@com_google_absl//absl/types:span",
39-
"@com_google_absl//absl/numeric:bits",
40-
"@com_google_absl//absl/hash:city",
4137
],
4238
"//conditions:default": [],
4339
}),

0 commit comments

Comments
 (0)