Skip to content

Commit f5d0d5f

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: 928808099
1 parent 09dba1a commit f5d0d5f

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
@@ -403,7 +403,6 @@ cc_library(
403403
":allocator",
404404
":arena",
405405
":data",
406-
":native_type",
407406
":reference_count",
408407
"//common/internal:metadata",
409408
"//common/internal:reference_count",
@@ -425,13 +424,9 @@ cc_test(
425424
":allocator",
426425
":data",
427426
":memory",
428-
":native_type",
429427
"//common/internal:reference_count",
430428
"//internal:testing",
431429
"@com_google_absl//absl/base:nullability",
432-
"@com_google_absl//absl/debugging:leak_check",
433-
"@com_google_absl//absl/log:absl_check",
434-
"@com_google_absl//absl/types:optional",
435430
"@com_google_protobuf//:protobuf",
436431
"@com_google_protobuf//:struct_cc_proto",
437432
],
@@ -1024,9 +1019,6 @@ cc_library(
10241019
deps = [
10251020
":decl",
10261021
":decl_proto",
1027-
":type",
1028-
":type_proto",
1029-
"//internal:status_macros",
10301022
"@com_google_absl//absl/base:nullability",
10311023
"@com_google_absl//absl/status",
10321024
"@com_google_absl//absl/status:statusor",
@@ -1194,6 +1186,5 @@ cc_test(
11941186
":container",
11951187
"//internal:testing",
11961188
"@com_google_absl//absl/status",
1197-
"@com_google_absl//absl/status:status_matchers",
11981189
],
11991190
)

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)