Skip to content

Commit 2eea8d7

Browse files
dmitriplotnikovcopybara-github
authored andcommitted
Clean up unused dependencies in cel/cpp/common BUILD files.
Remove unused dependencies from cel/cpp/common/BUILD and cel/cpp/common/internal/BUILD. PiperOrigin-RevId: 928754947
1 parent a75e273 commit 2eea8d7

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

common/BUILD

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ cc_library(
402402
":allocator",
403403
":arena",
404404
":data",
405-
":native_type",
406405
":reference_count",
407406
"//common/internal:metadata",
408407
"//common/internal:reference_count",
@@ -424,13 +423,9 @@ cc_test(
424423
":allocator",
425424
":data",
426425
":memory",
427-
":native_type",
428426
"//common/internal:reference_count",
429427
"//internal:testing",
430428
"@com_google_absl//absl/base:nullability",
431-
"@com_google_absl//absl/debugging:leak_check",
432-
"@com_google_absl//absl/log:absl_check",
433-
"@com_google_absl//absl/types:optional",
434429
"@com_google_protobuf//:protobuf",
435430
"@com_google_protobuf//:struct_cc_proto",
436431
],
@@ -1023,9 +1018,6 @@ cc_library(
10231018
deps = [
10241019
":decl",
10251020
":decl_proto",
1026-
":type",
1027-
":type_proto",
1028-
"//internal:status_macros",
10291021
"@com_google_absl//absl/base:nullability",
10301022
"@com_google_absl//absl/status",
10311023
"@com_google_absl//absl/status:statusor",
@@ -1193,6 +1185,5 @@ cc_test(
11931185
":container",
11941186
"//internal:testing",
11951187
"@com_google_absl//absl/status",
1196-
"@com_google_absl//absl/status:status_matchers",
11971188
],
11981189
)

common/internal/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ cc_library(
2121
name = "casting",
2222
hdrs = ["casting.h"],
2323
deps = [
24-
"//common:native_type",
2524
"//internal:casts",
2625
"@com_google_absl//absl/base:core_headers",
27-
"@com_google_absl//absl/log:absl_check",
2826
"@com_google_absl//absl/meta:type_traits",
2927
"@com_google_absl//absl/types:optional",
3028
],

0 commit comments

Comments
 (0)