Skip to content

Commit

Permalink
Update ABSL_RETIRED_FLAG comment to reflect default_value is no l…
Browse files Browse the repository at this point in the history
…onger

used.

PiperOrigin-RevId: 668612700
Change-Id: I018ce756632154a9e7f2de77e6faa24296d80002
  • Loading branch information
Abseil Team authored and copybara-github committed Aug 28, 2024
1 parent f61aac8 commit 8f942c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions absl/flags/flag.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 8f942c0

Please sign in to comment.