Skip to content

Commit 8f942c0

Browse files
Abseil Teamcopybara-github
authored andcommitted
Update ABSL_RETIRED_FLAG comment to reflect default_value is no longer
used. PiperOrigin-RevId: 668612700 Change-Id: I018ce756632154a9e7f2de77e6faa24296d80002
1 parent f61aac8 commit 8f942c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

absl/flags/flag.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,7 @@ ABSL_NAMESPACE_END
290290
// arguments unchanged (unless of course you actually want to retire the flag
291291
// type at this time as well).
292292
//
293-
// `default_value` is only used as a double check on the type. `explanation` is
294-
// unused.
293+
// `default_value` and `explanation` are unused.
295294
// TODO(rogeeff): replace RETIRED_FLAGS with FLAGS once forward declarations of
296295
// retired flags are cleaned up.
297296
#define ABSL_RETIRED_FLAG(type, name, default_value, explanation) \

0 commit comments

Comments
 (0)