mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Remove IWYU private pragmas now that vlog_is_on is public
PiperOrigin-RevId: 907322933 Change-Id: I485ed55cb4f3686fa5dad17f58b65e3aba7dd6b6
This commit is contained in:
committed by
Copybara-Service
parent
a4ca419989
commit
8ce456967c
@@ -63,8 +63,6 @@
|
||||
#include "absl/log/internal/vlog_config.h" // IWYU pragma: export
|
||||
#include "absl/strings/string_view.h"
|
||||
|
||||
// IWYU pragma: private, include "absl/log/log.h"
|
||||
|
||||
// This is expanded at the callsite to allow the compiler to optimize
|
||||
// always-false cases out of the build.
|
||||
// An ABSL_MAX_VLOG_VERBOSITY of 2 means that VLOG(3) and above should never
|
||||
|
||||
@@ -60,8 +60,6 @@
|
||||
|
||||
#include "absl/log/absl_vlog_is_on.h" // IWYU pragma: export
|
||||
|
||||
// IWYU pragma: private, include "absl/log/log.h"
|
||||
|
||||
// Each VLOG_IS_ON call site gets its own VLogSite that registers with the
|
||||
// global linked list of sites to asynchronously update its verbosity level on
|
||||
// changes to --v or --vmodule. The verbosity can also be set by manually
|
||||
|
||||
Reference in New Issue
Block a user