summaryrefslogtreecommitdiff
path: root/absl/base/BUILD.bazel
diff options
context:
space:
mode:
authorGravatar Derek Mauro <dmauro@google.com>2023-08-31 07:31:29 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2023-08-31 07:32:23 -0700
commit6bda818118c464646797f8bd829853fd306bfe0b (patch)
tree174af8ad24825ba450c27750f711fd0658a7e5c8 /absl/base/BUILD.bazel
parenta86bb8a97e38bc1361289a786410c0eb5824099c (diff)
Delete //absl/base/internal/prefetch.h
Public functions are now available in //absl/base/prefetch.h PiperOrigin-RevId: 561649346 Change-Id: Ic377ad5f21c9a44ea1f213dec17f5cf97795ebde
Diffstat (limited to 'absl/base/BUILD.bazel')
-rw-r--r--absl/base/BUILD.bazel4
1 files changed, 1 insertions, 3 deletions
diff --git a/absl/base/BUILD.bazel b/absl/base/BUILD.bazel
index cb15210c..4dbf473e 100644
--- a/absl/base/BUILD.bazel
+++ b/absl/base/BUILD.bazel
@@ -758,14 +758,13 @@ cc_test(
cc_library(
name = "prefetch",
hdrs = [
- "internal/prefetch.h",
"prefetch.h",
],
copts = ABSL_DEFAULT_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
deps = [
":config",
- ":core_headers", # TODO(b/265984188): remove
+ ":core_headers",
],
)
@@ -773,7 +772,6 @@ cc_test(
name = "prefetch_test",
size = "small",
srcs = [
- "internal/prefetch_test.cc",
"prefetch_test.cc",
],
copts = ABSL_TEST_COPTS,