Commit 64f00b1f by Andy Getzendanner Committed by Copybara-Service

drop an unused dep

PiperOrigin-RevId: 486867412
Change-Id: Ib54b1acaf1ea57f8f377c87261d7d52e9a48784f
parent 615f2147
......@@ -159,7 +159,6 @@ absl_cc_library(
absl::raw_logging_internal
absl::strings
absl::strerror
absl::str_format
absl::time
absl::span
)
......
......@@ -154,7 +154,6 @@ cc_library(
"//absl/log:log_sink_registry",
"//absl/memory",
"//absl/strings",
"//absl/strings:str_format",
"//absl/time",
"//absl/types:span",
],
......
......@@ -50,7 +50,6 @@
#include "absl/log/log_sink.h"
#include "absl/log/log_sink_registry.h"
#include "absl/memory/memory.h"
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#include "absl/time/clock.h"
#include "absl/time/time.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment