Skip to content

Commit

Permalink
pw_sys_io: Clean up for-migration-only alias
Browse files Browse the repository at this point in the history
Bug: 328679085
Change-Id: I416cc5e95718392b1cf14cd436a056c00c549545
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/238431
Commit-Queue: Ted Pudlik <[email protected]>
Reviewed-by: Taylor Cramer <[email protected]>
Lint: Lint 🤖 <[email protected]>
Docs-Not-Needed: Ted Pudlik <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Sep 30, 2024
1 parent 1d143bb commit 06f958a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pw_sys_io/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ package(default_visibility = ["//visibility:public"])

licenses(["notice"])

# TODO: pwbug.dev/328679085 - Remove this alias once no-one uses it.
alias(
name = "facade",
actual = ":pw_sys_io.facade",
)

pw_facade(
name = "pw_sys_io",
hdrs = ["public/pw_sys_io/sys_io.h"],
Expand All @@ -53,7 +47,7 @@ cc_library(
name = "default_putget_bytes",
srcs = ["sys_io.cc"],
deps = [
":facade",
":pw_sys_io.facade",
"//pw_span",
"//pw_status",
],
Expand Down

0 comments on commit 06f958a

Please sign in to comment.