Commit 8f942c00 by Abseil Team Committed by Copybara-Service

Update `ABSL_RETIRED_FLAG` comment to reflect `default_value` is no longer

used.

PiperOrigin-RevId: 668612700
Change-Id: I018ce756632154a9e7f2de77e6faa24296d80002
parent f61aac8c
......@@ -290,8 +290,7 @@ ABSL_NAMESPACE_END
// arguments unchanged (unless of course you actually want to retire the flag
// type at this time as well).
//
// `default_value` is only used as a double check on the type. `explanation` is
// unused.
// `default_value` and `explanation` are unused.
// TODO(rogeeff): replace RETIRED_FLAGS with FLAGS once forward declarations of
// retired flags are cleaned up.
#define ABSL_RETIRED_FLAG(type, name, default_value, explanation) \
......
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