Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abseil-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
abseil-cpp
Commits
64f00b1f
Commit
64f00b1f
authored
Nov 08, 2022
by
Andy Getzendanner
Committed by
Copybara-Service
Nov 08, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop an unused dep
PiperOrigin-RevId: 486867412 Change-Id: Ib54b1acaf1ea57f8f377c87261d7d52e9a48784f
parent
615f2147
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
absl/log/CMakeLists.txt
+0
-1
absl/log/internal/BUILD.bazel
+0
-1
absl/log/internal/log_message.cc
+0
-1
No files found.
absl/log/CMakeLists.txt
View file @
64f00b1f
...
@@ -159,7 +159,6 @@ absl_cc_library(
...
@@ -159,7 +159,6 @@ absl_cc_library(
absl::raw_logging_internal
absl::raw_logging_internal
absl::strings
absl::strings
absl::strerror
absl::strerror
absl::str_format
absl::time
absl::time
absl::span
absl::span
)
)
...
...
absl/log/internal/BUILD.bazel
View file @
64f00b1f
...
@@ -154,7 +154,6 @@ cc_library(
...
@@ -154,7 +154,6 @@ cc_library(
"//absl/log:log_sink_registry",
"//absl/log:log_sink_registry",
"//absl/memory",
"//absl/memory",
"//absl/strings",
"//absl/strings",
"//absl/strings:str_format",
"//absl/time",
"//absl/time",
"//absl/types:span",
"//absl/types:span",
],
],
...
...
absl/log/internal/log_message.cc
View file @
64f00b1f
...
@@ -50,7 +50,6 @@
...
@@ -50,7 +50,6 @@
#include "absl/log/log_sink.h"
#include "absl/log/log_sink.h"
#include "absl/log/log_sink_registry.h"
#include "absl/log/log_sink_registry.h"
#include "absl/memory/memory.h"
#include "absl/memory/memory.h"
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#include "absl/strings/string_view.h"
#include "absl/time/clock.h"
#include "absl/time/clock.h"
#include "absl/time/time.h"
#include "absl/time/time.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment