Remove IWYU private pragmas now that vlog_is_on is public

PiperOrigin-RevId: 907322933
Change-Id: I485ed55cb4f3686fa5dad17f58b65e3aba7dd6b6
This commit is contained in:
Mike Kruskal
2026-04-28 20:35:12 -07:00
committed by Copybara-Service
parent a4ca419989
commit 8ce456967c
2 changed files with 0 additions and 4 deletions

View File

@@ -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

View File

@@ -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