Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
[build] Remove nofixdeps for error (grpc#30910)
Browse files Browse the repository at this point in the history
* [build] Remove nofixdeps for error

* Automated change: Fix sanity tests

Co-authored-by: ctiller <[email protected]>
  • Loading branch information
ctiller and ctiller authored Sep 28, 2022
1 parent 00a2b41 commit ecd7e14
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2182,10 +2182,7 @@ grpc_cc_library(
hdrs = [
"src/core/lib/iomgr/error.h",
],
external_deps = [
"absl/status",
],
tags = ["nofixdeps"],
external_deps = ["absl/status"],
deps = [
"gpr",
"gpr_spinlock",
Expand Down

0 comments on commit ecd7e14

Please sign in to comment.