diff options
author | Abseil Team <absl-team@google.com> | 2025-08-24 21:51:05 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2025-08-24 21:51:30 (GMT) |
commit | eb2d85edd0bff7a712b6aff147cd9f789f0d7d0b (patch) | |
tree | 142e8a14e3be6e1168a3679bb8ad1c2e1ada4668 | |
parent | 6986c2b575f77135401a4e1c65a7a42f20e18fef (diff) | |
download | googletest-main.zip googletest-main.tar.gz googletest-main.tar.bz2 |
Remove unused syslog dependency for Fuchsia.main
PiperOrigin-RevId: 798883577
Change-Id: Id248b44a45c6d3eb173513b1cd2bb8fb564885ed
-rw-r--r-- | BUILD.bazel | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD.bazel b/BUILD.bazel index cc25445..3ca5735 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -161,7 +161,6 @@ cc_library( # Otherwise, builds targeting Fuchsia would fail to compile. ":fuchsia": [ "@fuchsia_sdk//pkg/fdio", - "@fuchsia_sdk//pkg/syslog", "@fuchsia_sdk//pkg/zx", ], "//conditions:default": [], |