aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/time/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'absl/time/BUILD.bazel')
-rw-r--r--absl/time/BUILD.bazel13
1 files changed, 0 insertions, 13 deletions
diff --git a/absl/time/BUILD.bazel b/absl/time/BUILD.bazel
index da8167f..0d340f2 100644
--- a/absl/time/BUILD.bazel
+++ b/absl/time/BUILD.bazel
@@ -97,16 +97,3 @@ cc_test(
"@com_googlesource_code_cctz//:time_zone",
],
)
-
-# Used by get_current_time_test, which, due to a dependency on commandlineflags
-# and some required cleanup, is staying back in //base for now.
-cc_library(
- name = "get_current_time_for_test",
- testonly = 1,
- copts = ABSL_DEFAULT_COPTS,
- textual_hdrs = [
- "clock.cc",
- "clock.h",
- ],
- deps = ["//absl/base"],
-)